gnu: guile: Do not build static libraries.

* gnu/packages/guile.scm (guile-2.0)[arguments]: Add #:configure-flags.
This commit is contained in:
Ludovic Courtès 2016-05-02 17:55:17 +02:00
parent a909b57658
commit b5e0c870cb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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.