Mark H Weaver <[email protected]> writes:
> [email protected] (Ludovic Courtès) writes:
>
>> diff --git a/gnu/packages/package-management.scm
>> b/gnu/packages/package-management.scm
>> index 131cbcd..5340d42 100644
>> --- a/gnu/packages/package-management.scm
>> +++ b/gnu/packages/package-management.scm
>> @@ -67,6 +67,9 @@
>> `(#:configure-flags (list
>> "--localstatedir=/var"
>> "--sysconfdir=/etc"
>> + (string-append "--with-bash-completion-dir="
>> + (assoc-ref %outputs "out")
>> + "/etc/bash_completion.d")
>> (string-append "--with-libgcrypt-prefix="
>> (assoc-ref %build-inputs
>> "libgcrypt")))
Pushed in dd3a42e6244ff2c256430cfa5c7689c0cfd81511. I'm closing this bug.
Thanks!
Mark