gnu: u-boot: Add our dtc.

* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)