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.
This commit is contained in:
Tobias Geerinckx-Rice 2016-09-16 01:44:24 +02:00
parent 9bd259d82d
commit 7f39e13180
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -518,6 +518,7 @@ (define-public prosody
(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)