guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: libxdg-basedir: Omit static library.


From: guix-commits
Subject: 06/09: gnu: libxdg-basedir: Omit static library.
Date: Sat, 1 May 2021 21:16:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42658a67b7b94c2da4f136e4347463b64f352775
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]