gnu: u-boot: Add our dtc.

* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
This commit is contained in:
Danny Milosavljevic 2018-05-12 09:43:23 +02:00
parent 3bdb24826e
commit 53e290df57
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -349,7 +349,7 @@ (define u-boot
"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)