mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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)
|
||||
(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