mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: guile-next: Fix build failure.
* gnu/packages/guile.scm (guile-next): Fix build failure. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
554d5e1f47
commit
058fd81400
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ (define-public guile-next
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments guile-3.0)
|
||||
((#:phases phases '%standard-phases)
|
||||
#~(modify-phases ,phases
|
||||
#~(modify-phases #$phases
|
||||
(add-before 'bootstrap 'set-version
|
||||
(lambda _
|
||||
;; Tell 'git-version-gen' what version this is, or it will
|
||||
|
|
Loading…
Reference in a new issue