mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
self: Build with 'guile-3.0-latest'.
* guix/self.scm (specification->package): Use 'guile-3.0-latest' instead of 'guile-3.0/libgc-7'.
This commit is contained in:
parent
47d48f0c43
commit
0aef94e7bc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ (define specification->package
|
|||
(let ((ref (lambda (module variable)
|
||||
(module-ref (resolve-interface module) variable))))
|
||||
(match-lambda
|
||||
("guile" (ref '(gnu packages guile) 'guile-3.0/libgc-7))
|
||||
("guile" (ref '(gnu packages guile) 'guile-3.0-latest))
|
||||
("guile-avahi" (ref '(gnu packages guile-xyz) 'guile-avahi))
|
||||
("guile-json" (ref '(gnu packages guile) 'guile-json-4))
|
||||
("guile-ssh" (ref '(gnu packages ssh) 'guile-ssh))
|
||||
|
|
Loading…
Reference in a new issue