guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nix: Add the "--enable-gc" configure flag to


From: guix-commits
Subject: branch master updated: gnu: nix: Add the "--enable-gc" configure flag to fix build.
Date: Thu, 03 Sep 2020 22:38:36 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed66095  gnu: nix: Add the "--enable-gc" configure flag to fix build.
ed66095 is described below

commit ed660956792c4212bdc83f65f83aa11882178595
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 3 22:31:40 2020 -0400

    gnu: nix: Add the "--enable-gc" configure flag to fix build.
    
    Fixes <http://issues.guix.gnu.org/43181>.
    
    * gnu/packages/package-management.scm (nix)[configure-flags]: Add the
    "--enable-gc" option.
---
 gnu/packages/package-management.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 754571d..d05b343 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -568,8 +568,7 @@ out) and returning a package that uses that as its 
'source'."
                "15p50jkss6szinisb7axhxybgfi29sm9grz7mxwair8ljj2553yx"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
-       (list "--sysconfdir=/etc")
+     `(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
        #:phases
        (modify-phases %standard-phases
          (replace 'install



reply via email to

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