mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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>
This commit is contained in:
parent
dcfd7c7bc9
commit
22ba2bb83c
1 changed files with 1 additions and 0 deletions
|
@ -2096,6 +2096,7 @@ are both supported).")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
"--disable-static"
|
||||||
"--enable-notifications"
|
"--enable-notifications"
|
||||||
"--enable-python-plugins"
|
"--enable-python-plugins"
|
||||||
"--enable-c-plugins"
|
"--enable-c-plugins"
|
||||||
|
|
Loading…
Add table
Reference in a new issue