3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: guix: Pass the '--with-channel-commit' configure flag.

* gnu/packages/package-management.scm (guix)[arguments]: Add
'--with-channel-commit' to #:configure-flags.
This commit is contained in:
Ludovic Courtès 2021-01-27 22:38:25 +01:00
parent 55daad123e
commit 8ecc265c5c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -154,6 +154,13 @@
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list
;; Provide channel metadata for 'guix describe'.
;; Don't pass '--with-channel-url' and
;; '--with-channel-introduction' and instead use
;; the defaults.
,(string-append "--with-channel-commit=" commit)
"--localstatedir=/var"
"--sysconfdir=/etc"
(string-append "--with-bash-completion-dir="