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:
parent
55daad123e
commit
8ecc265c5c
1 changed files with 7 additions and 0 deletions
|
@ -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="
|
||||
|
|
Loading…
Reference in a new issue