From 46a84affc5703eb752660d1eb3ca8473e60a2089 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 14 Feb 2023 02:23:30 +0100 Subject: scripts: guix.scm: sync with-fixed-android-make-stub 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 with-fixed-android-make-stub definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index 3395bbc..3e23cb8 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -76,10 +76,7 @@ ;; first. In addition we need a fix to make the applications that ;; depend on libsamsung-ipc find libsamsung-ipc's includes directory. (define with-fixed-android-make-stub - (options->transformation - '((with-commit - . - "android-make-stub=4bc0e068c32fe525741da00af064ddc079de7e4b")))) + (options->transformation '((with-commit . "android-make-stub=4bc0e068c32fe525741da00af064ddc079de7e4b")))) (define (parse-android.mk port modules-list) (let* ((line (read-line port))) -- cgit v1.2.3