import: hackage: Remove reference to unbound variable.
* guix/scripts/import/hackage.scm (guix-import-hackage): Fix error message for imports from stdin, which referred to unbound variable 'package-name'.
This commit is contained in:
parent
1acd8d22af
commit
2c59cbc26a
@ -125,8 +125,8 @@ version.\n"))
|
||||
(()
|
||||
(run-importer "stdin" opts
|
||||
(lambda ()
|
||||
(leave (_ "failed to import cabal file from '~a'~%"))
|
||||
package-name)))
|
||||
(leave (_ "failed to import cabal file \
|
||||
from standard input~%")))))
|
||||
((many ...)
|
||||
(leave (_ "too many arguments~%"))))
|
||||
(match args
|
||||
|
Loading…
Reference in New Issue
Block a user