gnu: profanity: Add configure flags so that build fails if libs are missing.
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
3dfd73f0a2
commit
7644b8b5a6
@ -1629,7 +1629,9 @@ are both supported).")
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
(list "--enable-omemo"
|
||||
(list "--enable-c-plugins"
|
||||
"--enable-otr"
|
||||
"--enable-omemo"
|
||||
"--enable-icons"
|
||||
"--enable-notifications")))
|
||||
(inputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user