me
/
guix
Archived
1
0
Fork 0

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
Raghav Gururajan 2021-02-19 20:28:57 -05:00 committed by Leo Prikler
parent dcfd7c7bc9
commit 22ba2bb83c
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 0 deletions

View File

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