mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: util-linux: Do not build static libraries.
* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
This commit is contained in:
parent
d7170f449c
commit
0573bb5e61
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,9 @@ providing the system administrator with some help in common tasks.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-use-tty-group"
|
`(#:configure-flags (list "--disable-use-tty-group"
|
||||||
|
|
||||||
|
;; Do not build .a files to save 2 MiB.
|
||||||
|
"--disable-static"
|
||||||
|
|
||||||
;; Install completions where our
|
;; Install completions where our
|
||||||
;; bash-completion package expects them.
|
;; bash-completion package expects them.
|
||||||
(string-append "--with-bashcompletiondir="
|
(string-append "--with-bashcompletiondir="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue