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:
parent
f2d86ed0b3
commit
a0e16bec37
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue