Archived
1
0
Fork 0

gnu: u-boot: Use plain list of inputs.

* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
This commit is contained in:
Ricardo Wurmus 2022-12-08 23:08:05 +01:00
parent 5b0e656e57
commit 7c8832e106
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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