mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02: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="
|
(list (string-append "--with-ncurses="
|
||||||
(assoc-ref %build-inputs "ncurses"))
|
(assoc-ref %build-inputs "ncurses"))
|
||||||
(string-append "--with-sqlite3="
|
(string-append "--with-sqlite3="
|
||||||
(assoc-ref %build-inputs "sqlite")))
|
(assoc-ref %build-inputs "sqlite"))
|
||||||
|
"--disable-static")
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue