aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/gnu
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-08-19 19:01:45 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-08-19 19:01:45 +0200
commit95e09c7668e0d41e82b069caae5310d7fa5cbd71 (patch)
treeb021e2e801502b8c174fa26596e61e31da776075 /contrib/guix/gnu
parentaf99085b7163fdded4dfad94fd2a98231bc12209 (diff)
downloadgnunet-95e09c7668e0d41e82b069caae5310d7fa5cbd71.tar.gz
gnunet-95e09c7668e0d41e82b069caae5310d7fa5cbd71.zip
fix benchmark for threads
Diffstat (limited to 'contrib/guix/gnu')
-rw-r--r--contrib/guix/gnu/packages/gnunet.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/gnu/packages/gnunet.scm b/contrib/guix/gnu/packages/gnunet.scm
index 0602aec0b..6089ee2fa 100644
--- a/contrib/guix/gnu/packages/gnunet.scm
+++ b/contrib/guix/gnu/packages/gnunet.scm
@@ -214,7 +214,7 @@ authentication and support for SSL3 and TLS.")
214 ("pkg-config" ,pkg-config) 214 ("pkg-config" ,pkg-config)
215 ("python" ,python-2))) 215 ("python" ,python-2)))
216 (arguments 216 (arguments
217 `(#:configure-flags (list "--disable-ntlm-wb") 217 `(#:configure-flags (list "--enable-benchmark")
218 #:test-target "test" 218 #:test-target "test"
219 #:parallel-tests? #f 219 #:parallel-tests? #f
220 #:phases 220 #:phases