mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
guix archive: Allow compilation with Guile 2.2.
* guix/scripts/archive.scm (export-from-store): Avoid shadowing the top-level '_'.
This commit is contained in:
parent
6f5d28f9d0
commit
6aa9d63c92
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ (define (export-from-store store opts)
|
||||||
(let ((system (assoc-ref opts 'system)))
|
(let ((system (assoc-ref opts 'system)))
|
||||||
(format #t "~a\n"
|
(format #t "~a\n"
|
||||||
(build-docker-image file #:system system))))
|
(build-docker-image file #:system system))))
|
||||||
(_
|
(x
|
||||||
;; TODO: Remove this restriction.
|
;; TODO: Remove this restriction.
|
||||||
(leave (_ "only a single item can be exported to Docker~%")))))
|
(leave (_ "only a single item can be exported to Docker~%")))))
|
||||||
(format
|
(format
|
||||||
|
|
Loading…
Reference in a new issue