mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libnotify: Don't build 'libnotify.a'.
* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
This commit is contained in:
parent
7ef08efa21
commit
6acf6cec7d
1 changed files with 2 additions and 0 deletions
|
@ -1108,6 +1108,8 @@ (define-public libnotify
|
|||
(base32
|
||||
"017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(;; In Requires of libnotify.pc.
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
|
|
Loading…
Reference in a new issue