~ruther/guix-local

972f4e5082eb7f08995dc7baae653ab48f9f5805 — 宋文武 10 years ago dc05025
gnu: gnunet: Install NSS module.

* gnu/packages/gnunet.scm (gnunet)[arguments]: Pass '--with-nssdir'.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/gnunet.scm
M gnu/packages/gnunet.scm => gnu/packages/gnunet.scm +3 -1
@@ 231,7 231,9 @@ supports HTTPS, HTTPS and GnuTLS.")
    `(("pkg-config" ,pkg-config)
      ("python" ,python-2)))
   (arguments
    '(#:parallel-tests? #f
    '(#:configure-flags
      (list (string-append "--with-nssdir=" %output "/lib"))
      #:parallel-tests? #f
      ;; test_gnunet_service_arm fails; reported upstream
      #:tests? #f
      #:phases