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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user