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 <gnu...@cyberdimension.org>
---
 scripts/guix.scm | 19 +++++++++----------
 1 file 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
-- 
2.39.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to