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
commitff72c9aece4448a4d4a8d6e51edd1fbd42137b0c (patch)
treeca47bd7fec9aebda1d1f7f199b82c969958deba7
parent01e20d07c942d6c2ecfee17d92e01327cfd0fae8 (diff)
downloadhardware_replicant_libsamsung-ipc-ff72c9aece4448a4d4a8d6e51edd1fbd42137b0c.tar.gz
hardware_replicant_libsamsung-ipc-ff72c9aece4448a4d4a8d6e51edd1fbd42137b0c.tar.bz2
hardware_replicant_libsamsung-ipc-ff72c9aece4448a4d4a8d6e51edd1fbd42137b0c.zip
scripts: guix.scm: sync %commit 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 %commit 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 7fd75e9..cc21571 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -120,9 +120,8 @@
(define %commit
(let* ((port (open-input-pipe
"git --no-pager log --oneline HEAD -1 --format='%H'"))
- (str (read-line port)))
- (close-pipe port)
- str))
+ (str (read-line port)))
+ (close-pipe port) str))
(define %local-source
(local-file (dirname (dirname (current-filename)))