aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 02:23:30 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 04:26:08 +0100
commit46a84affc5703eb752660d1eb3ca8473e60a2089 (patch)
tree63571a12dd7973605696d6effe96eee3b08d426f
parente5db7ee1f7f0d2297e72c611800cf24b9d31e266 (diff)
downloadhardware_replicant_libsamsung-ipc-46a84affc5703eb752660d1eb3ca8473e60a2089.tar.gz
hardware_replicant_libsamsung-ipc-46a84affc5703eb752660d1eb3ca8473e60a2089.tar.bz2
hardware_replicant_libsamsung-ipc-46a84affc5703eb752660d1eb3ca8473e60a2089.zip
scripts: guix.scm: sync with-fixed-android-make-stub definition with guix style
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the with-fixed-android-make-stub definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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)))