aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/guix.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 3395bbc..3e23cb8 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -76,10 +76,7 @@
;; first. In addition we need a fix to make the applications that
;; depend on libsamsung-ipc find libsamsung-ipc's includes directory.
(define with-fixed-android-make-stub
- (options->transformation
- '((with-commit
- .
- "android-make-stub=4bc0e068c32fe525741da00af064ddc079de7e4b"))))
+ (options->transformation '((with-commit . "android-make-stub=4bc0e068c32fe525741da00af064ddc079de7e4b"))))
(define (parse-android.mk port modules-list)
(let* ((line (read-line port)))