gnu: profanity: Disable static libraries.
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flag>: Add --disable-static. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>master
parent
dcfd7c7bc9
commit
22ba2bb83c
|
@ -2096,6 +2096,7 @@ are both supported).")
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"--disable-static"
|
||||
"--enable-notifications"
|
||||
"--enable-python-plugins"
|
||||
"--enable-c-plugins"
|
||||
|
|
Reference in New Issue