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 <gnu...@cyberdimension.org>
---
 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)))
-- 
2.39.1

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

Reply via email to