~ruther/guix-local

c6f09dfadee0baeb1fe0633d5885c01b4c043931 — Ludovic Courtès 13 years ago fb9821f
guix-package: Fix typo.

* guix-package.in (guix-package)[find-package]: Don't use `_' as the
  wildcard, to avoid collision with `gettext'.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix-package.in
M guix-package.in => guix-package.in +1 -1
@@ 291,7 291,7 @@ Report bugs to: ~a.~%") "@PACKAGE_BUGREPORT@"))
      (match (find-packages-by-name name version)
        ((p)
         (list name version sub-drv p))
        ((p _ ...)
        ((p p* ...)
         (format (current-error-port)
                 (_ "warning: ambiguous package specification `~a'~%")
                 request)