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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -276,12 +276,12 @@ (define-public nextpnr-ice40
(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"