gnu: gnunet: Install NSS module.

* gnu/packages/gnunet.scm (gnunet)[arguments]: Pass '--with-nssdir'.
This commit is contained in:
宋文武 2016-02-17 20:52:41 +08:00
parent dc05025165
commit 972f4e5082

View File

@ -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