~ruther/guix-local

9c9da07f4c28192a05b3a88c7d5d1817ea392d79 — Ludovic Courtès 13 years ago 12abb19
guix-build: Fix typo.

* guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid
  confusion with `gettext'.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix-build.in
M guix-build.in => guix-build.in +1 -1
@@ 205,7 205,7 @@ Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"))
      (match (find-packages-by-name name version)
        ((p)                                      ; one match
         p)
        ((p _ ...)                                ; several matches
        ((p x ...)                                ; several matches
         (format (current-error-port)
                 (_ "warning: ambiguous package specification `~a'~%")
                 request)