mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
self: 'package-for-guile' really honors GUILE-VERSION.
* guix/self.scm (package-for-guile): Pass GUILE-VERSION to 'false-if-wrong-guile'.
This commit is contained in:
parent
63cab4182d
commit
a1639ae9de
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ (define (package-for-guile guile-version . names)
|
||||||
(#f
|
(#f
|
||||||
(loop rest))
|
(loop rest))
|
||||||
((? package? package)
|
((? package? package)
|
||||||
(or (false-if-wrong-guile package)
|
(or (false-if-wrong-guile package guile-version)
|
||||||
(loop rest))))))))
|
(loop rest))))))))
|
||||||
|
|
||||||
(define specification->package
|
(define specification->package
|
||||||
|
|
Loading…
Reference in a new issue