guix: Separate the package name and version with "@", not "-".
[jackhill/guix/guix.git] / tests / graph.scm
index 5faa192..b86ae4a 100644 (file)
@@ -134,7 +134,7 @@ edges."
                      (map (lambda (destination)
                             (list "p-0.drv"
                                   (string-append
-                                   (package-full-name destination)
+                                   (package-full-name destination "-")
                                    ".drv")))
                           implicit)))))))