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:06 +0100
commit01e20d07c942d6c2ecfee17d92e01327cfd0fae8 (patch)
treec6b623e9e430e9acdc95097789e6ef9b04d9c02f
parentad031adbd6352f8afe570442efba8deda329ed90 (diff)
downloadhardware_replicant_libsamsung-ipc-01e20d07c942d6c2ecfee17d92e01327cfd0fae8.tar.gz
hardware_replicant_libsamsung-ipc-01e20d07c942d6c2ecfee17d92e01327cfd0fae8.tar.bz2
hardware_replicant_libsamsung-ipc-01e20d07c942d6c2ecfee17d92e01327cfd0fae8.zip
scripts: guix.scm: sync %local-source 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 %local-source 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.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index d7ef7db..7fd75e9 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -125,9 +125,8 @@
str))
(define %local-source
- (local-file
- (dirname (dirname (current-filename)))
- #:recursive? #t))
+ (local-file (dirname (dirname (current-filename)))
+ #:recursive? #t))
(define android-make
#~(lambda (target android-local-modules)