mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: freeipmi: Don't build static libraries.
This shrinks the size of the package by about 33%. * gnu/packages/freeipmi.scm (freeipmi)[arguments]: Add configure-flag to disable static libraries.
This commit is contained in:
parent
0bdfae5363
commit
d8feee9f18
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ (define-public freeipmi
|
|||
(base32
|
||||
"1ncf1s84752xaq07h36wrxa5ww1167s2bizkww0igxv8djyddwk1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("libgcrypt" ,libgcrypt)))
|
||||
(home-page "https://www.gnu.org/software/freeipmi/")
|
||||
|
|
Loading…
Reference in a new issue