guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: u-boot: Add our dtc.


From: Danny Milosavljevic
Subject: 02/04: gnu: u-boot: Add our dtc.
Date: Sat, 12 May 2018 04:57:59 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 53e290df57d284b5d3d4f40d5f0260283ac4cbee
Author: Danny Milosavljevic <address@hidden>
Date:   Sat May 12 09:43:23 2018 +0200

    gnu: u-boot: Add our dtc.
    
    * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
---
 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 b72858f..3de70e2 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -349,7 +349,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
                 "0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
     (native-inputs
      `(("bc" ,bc)
-       ;("dtc" ,dtc) ; they have their own incompatible copy.
+       ("dtc" ,dtc)
        ("python-2" ,python-2)
        ("swig" ,swig)))
     (build-system  gnu-build-system)



reply via email to

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