guix-package: Fix typo.
* guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'.
This commit is contained in:
parent
fb9821f023
commit
c6f09dfade
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ Report bugs to: ~a.~%") "@PACKAGE_BUGREPORT@"))
|
||||||
(match (find-packages-by-name name version)
|
(match (find-packages-by-name name version)
|
||||||
((p)
|
((p)
|
||||||
(list name version sub-drv p))
|
(list name version sub-drv p))
|
||||||
((p _ ...)
|
((p p* ...)
|
||||||
(format (current-error-port)
|
(format (current-error-port)
|
||||||
(_ "warning: ambiguous package specification `~a'~%")
|
(_ "warning: ambiguous package specification `~a'~%")
|
||||||
request)
|
request)
|
||||||
|
|
Reference in a new issue