~ruther/guix-local

7f39e131805857614a171b51cbf432b4285ba1e6 — Tobias Geerinckx-Rice 9 years ago 9bd259d
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +1 -0
@@ 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)