summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix-package.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-package.in b/guix-package.in
index a5a1b48968..b8e9f35d68 100644
--- a/guix-package.in
+++ b/guix-package.in
@@ -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)