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:07 +0100
commit524a2b642ae3c8b4006ba97fc20ad5f1c398ccf7 (patch)
tree1a1eecb98000d81bb83bdc63cc3065ec417630a0
parent9b9c01a33f8f2cb1374bbbed0f02a4b1469f448f (diff)
downloadhardware_replicant_libsamsung-ipc-524a2b642ae3c8b4006ba97fc20ad5f1c398ccf7.tar.gz
hardware_replicant_libsamsung-ipc-524a2b642ae3c8b4006ba97fc20ad5f1c398ccf7.tar.bz2
hardware_replicant_libsamsung-ipc-524a2b642ae3c8b4006ba97fc20ad5f1c398ccf7.zip
scripts: guix.scm: sync android-local-modules-list 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 android-local-modules-list 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, 2 insertions, 3 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 8e1f0a3..d577b89 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -100,11 +100,10 @@
modules-list)))
(define android-local-modules-list
- (let* ((port (open-input-file
- "./Android.mk"))
+ (let* ((port (open-input-file "./Android.mk"))
(local-modules (parse-android.mk port "")))
(close-input-port port)
- (string-split local-modules #\ )))
+ (string-split local-modules #\space)))
(define %common-strict-cflags
(let* ((port (open-input-pipe "./strict-cflags.sh"))