projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c76ae
)
guix-env.scm: Adjust the location of source.
author
ng0
<ng0@infotropique.org>
Sat, 19 Aug 2017 11:19:10 +0000
(11:19 +0000)
committer
ng0
<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
patch
|
blob
|
history
diff --git
a/contrib/packages/guix/guix-env.scm
b/contrib/packages/guix/guix-env.scm
index 54731858e0801d19ba704539dff6b359b158f307..76713d3e325eba9a15536a3980fc1fb5e9ec475e 100644
(file)
--- a/
contrib/packages/guix/guix-env.scm
+++ b/
contrib/packages/guix/guix-env.scm
@@
-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"))