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 @@ from standard input~%")))))
|
||||||
((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 ...)
|
||||||
|
|
Reference in a new issue