guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: u-boot: Remove extraneous space.


From: guix-commits
Subject: 03/04: gnu: u-boot: Remove extraneous space.
Date: Fri, 7 Jul 2023 16:05:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 55d5771ff0a6120344c0f8c654bceef221a0169b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 7 13:34:32 2023 -0400

    gnu: u-boot: Remove extraneous space.
    
    * gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous 
space.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index a9685a9ef9..1fee6f3aa2 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -665,7 +665,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
               (sha256
                (base32
                 "1y5x8vxdgsqdqlsvq01mn8lmw53fqairkhvhhjx83hjva0m4id2h"))))
-    (build-system  gnu-build-system)
+    (build-system gnu-build-system)
     (native-inputs
      (list bison
            dtc



reply via email to

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