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:03 +0100
commit5b4b99104a31645ba3de637fb9790606267c8d73 (patch)
tree80e91d45ed171d53b5806535ee60bcf98a8ed6c5
parent0071dc86f37dc77bf872181fd6d0d8f7dc18ea0c (diff)
downloadhardware_replicant_libsamsung-ipc-5b4b99104a31645ba3de637fb9790606267c8d73.tar.gz
hardware_replicant_libsamsung-ipc-5b4b99104a31645ba3de637fb9790606267c8d73.tar.bz2
hardware_replicant_libsamsung-ipc-5b4b99104a31645ba3de637fb9790606267c8d73.zip
scripts: guix.scm: sync libsamsung-ipc-clang-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-clang-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 fcb11c8..8045d46 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -268,15 +268,15 @@ found in many Samsung smartphones and tablets.")
(define-public libsamsung-ipc-clang-android
(package
- (inherit libsamsung-ipc)
+ (inherit libsamsung-ipc)
(name "libsamsung-ipc-clang-android")
(build-system android-ndk-build-system)
(inputs (list android-libutils clang 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))))
;; Combinaisons:
;; +--------------------------------+----------+----------+--------------+--------------+