gnu: u-boot: Add our dtc.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
This commit is contained in:
parent
3bdb24826e
commit
53e290df57
|
@ -349,7 +349,7 @@ tree binary files. These are board description files used by Linux and BSD.")
|
||||||
"0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
|
"0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
;("dtc" ,dtc) ; they have their own incompatible copy.
|
("dtc" ,dtc)
|
||||||
("python-2" ,python-2)
|
("python-2" ,python-2)
|
||||||
("swig" ,swig)))
|
("swig" ,swig)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue