diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-21 17:24:26 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-21 17:25:54 +0200 |
commit | 6acf6cec7d74d2e288e275429e8362bfb04b0286 (patch) | |
tree | ab2f140d77c195e1e4075e52b7d7e79059565af6 /gnu | |
parent | 7ef08efa21900e6e43415b9f9db0e51a04e17fa5 (diff) | |
download | guix-6acf6cec7d74d2e288e275429e8362bfb04b0286.tar.gz |
gnu: libnotify: Don't build 'libnotify.a'.
* gnu/packages/gnome.scm (libnotify)[arguments]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8f23935ff6..03fcc453c6 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) |