diff options
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r-- | gnu/packages/gnunet.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 5e47f2ebfc..30db585a8b 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2017 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016 Mark H Weaver <[email protected]> -;;; Copyright © 2016, 2017, 2018 ng0 <[email protected]> +;;; Copyright © 2016, 2017 ng0 <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -205,8 +205,7 @@ authentication and support for SSL3 and TLS.") ("pkg-config" ,pkg-config) ("python" ,python-2))) (arguments - `(#:configure-flags (list "--disable-ntlm-wb" - "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt") + `(#:configure-flags (list "--disable-ntlm-wb") #:test-target "test" #:parallel-tests? #f #:phases |