The guix style command reformats a package or a file to use the code
style used by Guix.

This commits sync the android-phases definition 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 | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/scripts/guix.scm b/scripts/guix.scm
index 85ca5cf..7d94752 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -171,13 +171,16 @@
       android-local-modules))))
 
 (define android-phases
-  #~(modify-phases
-     %standard-phases
-     (delete 'bootstrap)
-     (replace 'build
-              (#$android-make 'build '#$android-local-modules-list))
-     (replace 'install
-              (#$android-make 'install '#$android-local-modules-list))))
+  #~(modify-phases %standard-phases
+      (delete 'bootstrap)
+      (replace 'build
+        (#$android-make
+         'build
+         '#$android-local-modules-list))
+      (replace 'install
+        (#$android-make
+         'install
+         '#$android-local-modules-list))))
 
 (define-public libsamsung-ipc
   (package
-- 
2.39.1

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

Reply via email to