mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
import: hackage: Fix invalid use of 'leave'.
Reported by Paul van der Walt <paul@denknerd.org> in <http://bugs.gnu.org/21829>. * guix/scripts/import/hackage.scm (guix-import-hackage): Add missing argument in call to 'leave'.
This commit is contained in:
parent
5107232f82
commit
5453de3dd8
1 changed files with 3 additions and 3 deletions
|
@ -134,9 +134,9 @@ (define (run-importer package-name opts error-fn)
|
||||||
((package-name)
|
((package-name)
|
||||||
(run-importer package-name opts
|
(run-importer package-name opts
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(leave
|
(leave (_ "failed to download cabal file \
|
||||||
(_ "failed to download cabal file for package '~a'~%"))
|
for package '~a'~%")
|
||||||
package-name)))
|
package-name))))
|
||||||
(()
|
(()
|
||||||
(leave (_ "too few arguments~%")))
|
(leave (_ "too few arguments~%")))
|
||||||
((many ...)
|
((many ...)
|
||||||
|
|
Loading…
Reference in a new issue