Skip to content
Snippets Groups Projects
Commit 9c9da07f authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

guix-build: Fix typo.

* guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid
  confusion with `gettext'.
parent 12abb19d
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ Build the given PACKAGE-OR-DERIVATION and return their output paths.\n")) ...@@ -205,7 +205,7 @@ Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"))
(match (find-packages-by-name name version) (match (find-packages-by-name name version)
((p) ; one match ((p) ; one match
p) p)
((p _ ...) ; several matches ((p x ...) ; several matches
(format (current-error-port) (format (current-error-port)
(_ "warning: ambiguous package specification `~a'~%") (_ "warning: ambiguous package specification `~a'~%")
request) request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment