guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: u-boot-firefly-rk3399: Fix indentation.


From: guix-commits
Subject: 09/11: gnu: u-boot-firefly-rk3399: Fix indentation.
Date: Thu, 1 Dec 2022 11:58:51 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit a18aaa26dca35527b30e172f5d43707c3f3cc900
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Dec 1 11:37:03 2022 -0500

    gnu: u-boot-firefly-rk3399: Fix indentation.
    
    * gnu/packages/bootloaders.scm (u-boot-firefly-rk3399): Fix indentation.
---
 gnu/packages/bootloaders.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c7f23164c4..f2fc3198d0 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -974,15 +974,15 @@ to Novena upstream, does not load u-boot.img from the 
first partition."))))
     (package
       (inherit base)
       (arguments
-        (substitute-keyword-arguments (package-arguments base)
-          ((#:phases phases)
-           `(modify-phases ,phases
-              (add-after 'unpack 'set-environment
-                (lambda* (#:key inputs #:allow-other-keys)
-                  (setenv "BL31" (search-input-file inputs "/bl31.elf"))))
-              ;; Phases do not succeed on the bl31 ELF.
-              (delete 'strip)
-              (delete 'validate-runpath)))))
+       (substitute-keyword-arguments (package-arguments base)
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (add-after 'unpack 'set-environment
+               (lambda* (#:key inputs #:allow-other-keys)
+                 (setenv "BL31" (search-input-file inputs "/bl31.elf"))))
+             ;; Phases do not succeed on the bl31 ELF.
+             (delete 'strip)
+             (delete 'validate-runpath)))))
       (native-inputs
        `(("firmware" ,arm-trusted-firmware-rk3399)
          ,@(package-native-inputs base))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]