mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: global: Don't build static libraries.
* gnu/packages/code.scm (global)[arguments]: Add configure-flag to disable static libraries.
This commit is contained in:
parent
683910e983
commit
ecd297a18c
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
|||
(list (string-append "--with-ncurses="
|
||||
(assoc-ref %build-inputs "ncurses"))
|
||||
(string-append "--with-sqlite3="
|
||||
(assoc-ref %build-inputs "sqlite")))
|
||||
(assoc-ref %build-inputs "sqlite"))
|
||||
"--disable-static")
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue