gnu: libxdg-basedir: Omit static library.

* gnu/packages/freedesktop.scm (libxdg-basedir)[arguments]:
Add ‘--disable-static’ to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-02 00:40:13 +02:00
parent e3da51285a
commit 42658a67b7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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 _