guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: guile-readline: Allow builds without G


From: guix-commits
Subject: branch core-updates updated: gnu: guile-readline: Allow builds without GMP.
Date: Mon, 17 May 2021 18:28:01 -0400

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

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 7046a8f  gnu: guile-readline: Allow builds without GMP.
7046a8f is described below

commit 7046a8fff70d2b565641b97015839d86f8e3e73d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue May 18 00:25:36 2021 +0200

    gnu: guile-readline: Allow builds without GMP.
    
    Fixes <https://bugs.gnu.org/48488>.
    Reported by Jack Hill <jackhill@jackhill.us>.
    
    * gnu/packages/guile.scm (make-guile-readline)[arguments]: Pass
    '--enable-mini-gmp'.
---
 gnu/packages/guile.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index df3d78f..a3876a2 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -394,7 +394,8 @@ without requiring the source code to be rewritten.")
     (source (package-source guile))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags '("--disable-silent-rules")
+     '(#:configure-flags '("--disable-silent-rules"
+                           "--enable-mini-gmp")   ;for Guile >= 3.0.6
        #:phases (modify-phases %standard-phases
                   (add-before 'build 'chdir
                     (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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