aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-19 11:19:10 +0000
committerng0 <ng0@infotropique.org>2017-08-19 11:19:10 +0000
commit3dbe60ded31c9eb2bb53424dc2ed9b1b97446e25 (patch)
treeae4c6963e6c25e90ee16f0298f5fa67fce4b5ff8 /contrib/packages
parente7c76ae02bfd41fdd860a6db9270617855bfd89e (diff)
downloadgnunet-3dbe60ded31c9eb2bb53424dc2ed9b1b97446e25.tar.gz
gnunet-3dbe60ded31c9eb2bb53424dc2ed9b1b97446e25.zip
guix-env.scm: Adjust the location of source.
Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'contrib/packages')
-rw-r--r--contrib/packages/guix/guix-env.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/guix-env.scm b/contrib/packages/guix/guix-env.scm
index 54731858e..76713d3e3 100644
--- a/contrib/packages/guix/guix-env.scm
+++ b/contrib/packages/guix/guix-env.scm
@@ -88,7 +88,7 @@
88 (gnu packages xiph) 88 (gnu packages xiph)
89 ((guix licenses) #:prefix license:)) 89 ((guix licenses) #:prefix license:))
90 90
91(define %source-dir (dirname (current-filename))) 91(define %source-dir (canonicalize-path "../../../"))
92 92
93(define gnunet-git 93(define gnunet-git
94 (let* ((revision "1")) 94 (let* ((revision "1"))