gnu: mcabber: Disable static libraries.
* gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static configure-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
7464c333dc
commit
a3c675ee19
1 changed files with 5 additions and 2 deletions
|
@ -1945,8 +1945,11 @@ protocol allows.")
|
||||||
(base32 "0q1i5acyghsmzas88qswvki8kkk2nfpr8zapgnxbcd3lwcxl38f4"))))
|
(base32 "0q1i5acyghsmzas88qswvki8kkk2nfpr8zapgnxbcd3lwcxl38f4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--enable-otr"
|
`(#:configure-flags
|
||||||
"--enable-aspell")))
|
(list
|
||||||
|
"--disable-static"
|
||||||
|
"--enable-otr"
|
||||||
|
"--enable-aspell")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gpgme" ,gpgme)
|
`(("gpgme" ,gpgme)
|
||||||
("libotr" ,libotr)
|
("libotr" ,libotr)
|
||||||
|
|
Reference in a new issue