1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02: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:
Raghav Gururajan
2021-02-19 20:28:57 -05:00
committed by Leo Prikler
parent dcfd7c7bc9
commit 22ba2bb83c

View File

@@ -2096,6 +2096,7 @@ are both supported).")
(arguments
`(#:configure-flags
(list
"--disable-static"
"--enable-notifications"
"--enable-python-plugins"
"--enable-c-plugins"