mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: gnunet: Install NSS module.
* gnu/packages/gnunet.scm (gnunet)[arguments]: Pass '--with-nssdir'.
This commit is contained in:
parent
dc05025165
commit
972f4e5082
1 changed files with 3 additions and 1 deletions
|
@ -231,7 +231,9 @@ (define-public gnunet
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))
|
("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:parallel-tests? #f
|
'(#:configure-flags
|
||||||
|
(list (string-append "--with-nssdir=" %output "/lib"))
|
||||||
|
#:parallel-tests? #f
|
||||||
;; test_gnunet_service_arm fails; reported upstream
|
;; test_gnunet_service_arm fails; reported upstream
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue