gnu: prosody: Don't generate example SSL certificates.
They are non-deterministic and of questionable utility. * gnu/packages/messaging.scm (prosody)[arguments]: Add #:configure-flags.master
parent
9bd259d82d
commit
7f39e13180
|
@ -518,6 +518,7 @@ end-to-end encryption support; XML console.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no "check" target
|
||||
#:configure-flags (list "--no-example-certs")
|
||||
#:modules ((ice-9 match)
|
||||
(srfi srfi-1)
|
||||
(guix build gnu-build-system)
|
||||
|
|
Reference in New Issue