From: Nils Gillmann Date: Sun, 6 May 2018 19:24:14 +0000 (+0000) Subject: guix-env.scm: it's not short enough but it makes the name of the chroot shorter for... X-Git-Tag: v0.11.0pre66~78 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e5784b3cbad55508a240b1f6e183964cc5b999ef;p=oweals%2Fgnunet.git guix-env.scm: it's not short enough but it makes the name of the chroot shorter for now. Signed-off-by: Nils Gillmann --- diff --git a/guix-env.scm b/guix-env.scm index b1a5f94c6..213b2769e 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -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))