[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: libnotify: Don't build 'libnotify.a'.
From: |
guix-commits |
Subject: |
05/05: gnu: libnotify: Don't build 'libnotify.a'. |
Date: |
Tue, 21 May 2019 11:27:28 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6acf6cec7d74d2e288e275429e8362bfb04b0286
Author: Marius Bakke <address@hidden>
Date: Tue May 21 17:24:26 2019 +0200
gnu: libnotify: Don't build 'libnotify.a'.
* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f23935..03fcc45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)