nckx pushed a commit to branch master
in repository guix.
commit 42658a67b7b94c2da4f136e4347463b64f352775
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 2 00:40:13 2021 +0200
gnu: libxdg-basedir: Omit static library.
* gnu/packages/freedesktop.scm (libxdg-basedir)[arguments]:
Add ‘--disable-static’ to #:configure-flags.
---
gnu/packages/freedesktop.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8e74d20..c82ad23 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -536,7 +536,9 @@ other applications that need to directly deal with input
devices.")
"0j8fgp41kxipzdnqsdy83d7w6kadbc45n98qyr84zsj46wl582vv"))))
(build-system gnu-build-system)
(arguments
- '(#:phases
+ '(#:configure-flags
+ (list "--disable-static")
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-autogen
(lambda _