mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
9bd259d82d
commit
7f39e13180
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue