guix-env.scm: Adjust the location of source.
authorng0 <ng0@infotropique.org>
Sat, 19 Aug 2017 11:19:10 +0000 (11:19 +0000)
committerng0 <ng0@infotropique.org>
Sat, 19 Aug 2017 11:19:10 +0000 (11:19 +0000)
Signed-off-by: ng0 <ng0@infotropique.org>
contrib/packages/guix/guix-env.scm

index 54731858e0801d19ba704539dff6b359b158f307..76713d3e325eba9a15536a3980fc1fb5e9ec475e 100644 (file)
@@ -88,7 +88,7 @@
  (gnu packages xiph)
  ((guix licenses) #:prefix license:))
 
-(define %source-dir (dirname (current-filename)))
+(define %source-dir (canonicalize-path "../../../"))
 
 (define gnunet-git
   (let* ((revision "1"))