aboutsummaryrefslogtreecommitdiff
path: root/guix-env.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-env.scm')
-rw-r--r--guix-env.scm4
1 files changed, 2 insertions, 2 deletions
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 @@
75 source-file?)))) 75 source-file?))))
76 (package 76 (package
77 (inherit gnunet) 77 (inherit gnunet)
78 (name "gnunet-dev-env") 78 (name "gnunet")
79 (version (string-append "0.11-" revision "." "dev-env")) 79 (version (string-append "git" revision))
80 (source 80 (source
81 (local-file 81 (local-file
82 (string-append (getcwd)) 82 (string-append (getcwd))