1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: nextpnr-ice40: Sort inputs alphabetically.

* gnu/packages/fpga.scm (nextpnr-ice40)[inputs]: Sort alphabetically.
This commit is contained in:
Efraim Flashner
2020-08-11 16:10:44 +03:00
parent 29bf0aa324
commit 7dffabf8ce

View File

@@ -276,12 +276,12 @@ Includes the actual FTDI connector.")
(base32
"1fmxsywgs45g88ra7ips5s2niiiwrkyxdcy742ws18dfk2y4vi9c"))))
(inputs
`(("qtbase" ,qtbase)
("boost" ,boost-with-python3)
("yosys" ,yosys)
`(("boost" ,boost)
("eigen" ,eigen)
("icestorm" ,icestorm)
("python" ,python)
("icestorm" ,icestorm)))
("qtbase" ,qtbase)
("yosys" ,yosys)))
(build-system cmake-build-system)
(arguments
`(#:configure-flags `("-DARCH=ice40"