gnu: guile: Do not build static libraries.
* gnu/packages/guile.scm (guile-2.0)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
a909b57658
commit
b5e0c870cb
|
@ -161,7 +161,8 @@ without requiring the source code to be rewritten.")
|
|||
(outputs '("out" "debug"))
|
||||
|
||||
(arguments
|
||||
`(#:phases (alist-cons-before
|
||||
`(#:configure-flags '("--disable-static") ;saves 3MiB
|
||||
#:phases (alist-cons-before
|
||||
'configure 'pre-configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; Tell (ice-9 popen) the file name of Bash.
|
||||
|
|
Loading…
Reference in New Issue