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:04 +0100
commit0d47083d1e88ee403c8638d5cf361425d74d224d (patch)
tree54449fcb63d09b586f1654c70d1713eef196df4a
parent757f85e58f35fa24ef403a1dd3a35a655ed0881a (diff)
downloadhardware_replicant_libsamsung-ipc-0d47083d1e88ee403c8638d5cf361425d74d224d.tar.gz
hardware_replicant_libsamsung-ipc-0d47083d1e88ee403c8638d5cf361425d74d224d.tar.bz2
hardware_replicant_libsamsung-ipc-0d47083d1e88ee403c8638d5cf361425d74d224d.zip
scripts: guix.scm: sync libsamsung-ipc-gcc-android 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 libsamsung-ipc-gcc-android package 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.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 3c89ff1..e03f180 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -216,15 +216,15 @@ found in many Samsung smartphones and tablets.")
(define-public libsamsung-ipc-gcc-android
(package
- (inherit libsamsung-ipc)
+ (inherit libsamsung-ipc)
(name "libsamsung-ipc-gcc-android")
(build-system android-ndk-build-system)
(inputs (list android-libutils curl openssl))
(native-inputs '())
(arguments
- (list
- #:make-flags #~(list #$%common-strict-cflags #$%clang-strict-cflags)
- #:phases android-phases))))
+ (list #:make-flags #~(list #$%common-strict-cflags
+ #$%clang-strict-cflags)
+ #:phases android-phases))))
(define-public libsamsung-ipc-gcc-autotools
(package