[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gnunet: Install NSS module.
From: |
??? |
Subject: |
02/02: gnu: gnunet: Install NSS module. |
Date: |
Wed, 17 Feb 2016 12:59:50 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit 972f4e5082eb7f08995dc7baae653ab48f9f5805
Author: 宋文武 <address@hidden>
Date: Wed Feb 17 20:52:41 2016 +0800
gnu: gnunet: Install NSS module.
* gnu/packages/gnunet.scm (gnunet)[arguments]: Pass '--with-nssdir'.
---
gnu/packages/gnunet.scm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7a7ade0..e3f64ef 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -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