guix-env.scm: it's not short enough but it makes the name of the chroot shorter for...
authorNils Gillmann <ng0@n0.is>
Sun, 6 May 2018 19:24:14 +0000 (19:24 +0000)
committerNils Gillmann <ng0@n0.is>
Sun, 6 May 2018 19:24:14 +0000 (19:24 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
guix-env.scm

index b1a5f94c6b990dda3a69b2cf85804ca84427994f..213b2769e1ef1067fd2509f82c4f8ccc7cc63e3e 100644 (file)
@@ -75,8 +75,8 @@
                              source-file?))))
     (package
       (inherit gnunet)
-      (name "gnunet-dev-env")
-      (version (string-append "0.11-" revision "." "dev-env"))
+      (name "gnunet")
+      (version (string-append "git" revision))
       (source
        (local-file
         (string-append (getcwd))