gnu: guix: Don't pass '--with-libgcrypt-prefix'.

* gnu/packages/package-management.scm (guix)[arguments]: Remove
"--with-libgcrypt-prefix" from the configure flags.
This commit is contained in:
Ludovic Courtès 2019-04-16 23:34:20 +02:00
parent f2d86ed0b3
commit a0e16bec37
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@
(string-append "--with-bash-completion-dir=" (string-append "--with-bash-completion-dir="
(assoc-ref %outputs "out") (assoc-ref %outputs "out")
"/etc/bash_completion.d") "/etc/bash_completion.d")
(string-append "--with-libgcrypt-prefix="
(assoc-ref %build-inputs
"libgcrypt"))
;; Set 'DOT_USER_PROGRAM' to the empty string so ;; Set 'DOT_USER_PROGRAM' to the empty string so
;; we don't keep a reference to Graphviz, whose ;; we don't keep a reference to Graphviz, whose