gnu: u-boot: Use plain list of inputs.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
This commit is contained in:
parent
5b0e656e57
commit
7c8832e106
1 changed files with 14 additions and 14 deletions
|
@ -647,20 +647,20 @@ tree binary files. These are board description files used by Linux and BSD.")
|
||||||
"1y5x8vxdgsqdqlsvq01mn8lmw53fqairkhvhhjx83hjva0m4id2h"))))
|
"1y5x8vxdgsqdqlsvq01mn8lmw53fqairkhvhhjx83hjva0m4id2h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)
|
(list bc
|
||||||
("bison" ,bison)
|
bison
|
||||||
("dtc" ,dtc)
|
dtc
|
||||||
("gnutls" ,gnutls)
|
gnutls
|
||||||
("flex" ,flex)
|
flex
|
||||||
("lz4" ,lz4)
|
lz4
|
||||||
("tinfo" ,ncurses/tinfo)
|
ncurses/tinfo
|
||||||
("perl" ,perl)
|
perl
|
||||||
("python" ,python)
|
python
|
||||||
("python-coverage" ,python-coverage)
|
python-coverage
|
||||||
("python-pycryptodomex" ,python-pycryptodomex)
|
python-pycryptodomex
|
||||||
("python-pytest" ,python-pytest)
|
python-pytest
|
||||||
("swig" ,swig)
|
swig
|
||||||
("libuuid" ,util-linux "lib")))
|
(list util-linux "lib")))
|
||||||
(home-page "https://www.denx.de/wiki/U-Boot/")
|
(home-page "https://www.denx.de/wiki/U-Boot/")
|
||||||
(synopsis "ARM bootloader")
|
(synopsis "ARM bootloader")
|
||||||
(description "U-Boot is a bootloader used mostly for ARM boards. It
|
(description "U-Boot is a bootloader used mostly for ARM boards. It
|
||||||
|
|
Reference in a new issue