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
commitc87e5fb045c802582df9896467dae58aa48b57a0 (patch)
tree4a85540b1e8428b062366ab034433e3aa9124319
parent5b4b99104a31645ba3de637fb9790606267c8d73 (diff)
downloadhardware_replicant_libsamsung-ipc-c87e5fb045c802582df9896467dae58aa48b57a0.tar.gz
hardware_replicant_libsamsung-ipc-c87e5fb045c802582df9896467dae58aa48b57a0.tar.bz2
hardware_replicant_libsamsung-ipc-c87e5fb045c802582df9896467dae58aa48b57a0.zip
scripts: guix.scm: sync libsamsung-ipc-clang-autotools 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-autotools 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.scm19
1 files changed, 9 insertions, 10 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index 8045d46..1a3775b 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -255,16 +255,15 @@ found in many Samsung smartphones and tablets.")
python-sh
clang))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'build 'patch-python
- (lambda _
- (substitute* (find-files "." ".*\\.py$")
- (("/usr/bin/env python") (which "python3")))
- #t)))
- #:configure-flags
- (list "--enable-debug")
- #:make-flags (list ,%common-strict-cflags ,%clang-strict-cflags)))))
+ `(#:phases (modify-phases %standard-phases
+ (add-before 'build 'patch-python
+ (lambda _
+ (substitute* (find-files "." ".*\\.py$")
+ (("/usr/bin/env python")
+ (which "python3"))) #t)))
+ #:configure-flags (list "--enable-debug")
+ #:make-flags (list ,%common-strict-cflags
+ ,%clang-strict-cflags)))))
(define-public libsamsung-ipc-clang-android
(package