gnu: libnotify: Don't build 'libnotify.a'.

* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
master
Marius Bakke 2019-05-21 17:24:26 +02:00
parent 7ef08efa21
commit 6acf6cec7d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1108,6 +1108,8 @@ configuring CUPS.")
(base32
"017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
(propagated-inputs
`(;; In Requires of libnotify.pc.
("gdk-pixbuf" ,gdk-pixbuf)