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
@ -69,7 +69,7 @@ GUILE-VERSION (\"2.0\" or \"2.2\"), or #f if none of the packages matches."
|
||||
(#f
|
||||
(loop rest))
|
||||
((? package? package)
|
||||
(or (false-if-wrong-guile package)
|
||||
(or (false-if-wrong-guile package guile-version)
|
||||
(loop rest))))))))
|
||||
|
||||
(define specification->package
|
||||
|
Loading…
Reference in New Issue
Block a user