aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix.scm')
-rw-r--r--scripts/guix.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index d7ef7db..7fd75e9 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -125,9 +125,8 @@
str))
(define %local-source
- (local-file
- (dirname (dirname (current-filename)))
- #:recursive? #t))
+ (local-file (dirname (dirname (current-filename)))
+ #:recursive? #t))
(define android-make
#~(lambda (target android-local-modules)