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'.
This commit is contained in:
parent
20c122a4b0
commit
7046a8fff7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user