Skip to content
Snippets Groups Projects
Unverified Commit 6acf6cec authored by Marius Bakke's avatar Marius Bakke
Browse files

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

* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
parent 7ef08efa
No related branches found
No related tags found
No related merge requests found
...@@ -1108,6 +1108,8 @@ (define-public libnotify ...@@ -1108,6 +1108,8 @@ (define-public libnotify
(base32 (base32
"017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w")))) "017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
(propagated-inputs (propagated-inputs
`(;; In Requires of libnotify.pc. `(;; In Requires of libnotify.pc.
("gdk-pixbuf" ,gdk-pixbuf) ("gdk-pixbuf" ,gdk-pixbuf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment