mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05: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 @@ (define-public guix
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list
|
`(#: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"
|
"--localstatedir=/var"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
(string-append "--with-bash-completion-dir="
|
(string-append "--with-bash-completion-dir="
|
||||||
|
|
Loading…
Reference in a new issue