mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue