summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-16 23:34:20 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-17 11:53:53 +0200
commita0e16bec376c1117ad03394164a5860c56c66973 (patch)
treed1731fd0e230c9a1a3d8df40d36ffb868fd60b3c
parentf2d86ed0b3e371ee95cbc0098b7b2ccb757bc948 (diff)
downloadguix-a0e16bec376c1117ad03394164a5860c56c66973.tar.gz
gnu: guix: Don't pass '--with-libgcrypt-prefix'.
* gnu/packages/package-management.scm (guix)[arguments]: Remove
"--with-libgcrypt-prefix" from the configure flags.
-rw-r--r--gnu/packages/package-management.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 4808687227..96b8293120 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -137,9 +137,6 @@
                             (string-append "--with-bash-completion-dir="
                                            (assoc-ref %outputs "out")
                                            "/etc/bash_completion.d")
-                            (string-append "--with-libgcrypt-prefix="
-                                           (assoc-ref %build-inputs
-                                                      "libgcrypt"))
 
                             ;; Set 'DOT_USER_PROGRAM' to the empty string so
                             ;; we don't keep a reference to Graphviz, whose