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:05 +0100
commita3297e19927f06f8b6d74cf73e78f27a3288f2f2 (patch)
tree9c4ffa252a4ab35ee17b208f2efd358016533fb3
parent19ee17f8dc911af6b375c280a0219a398f5932e5 (diff)
downloadhardware_replicant_libsamsung-ipc-a3297e19927f06f8b6d74cf73e78f27a3288f2f2.tar.gz
hardware_replicant_libsamsung-ipc-a3297e19927f06f8b6d74cf73e78f27a3288f2f2.tar.bz2
hardware_replicant_libsamsung-ipc-a3297e19927f06f8b6d74cf73e78f27a3288f2f2.zip
scripts: guix.scm: sync android-phases definition 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 android-phases definition 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.scm17
1 files 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