mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: nextpnr-ice40: Sort inputs alphabetically.
* gnu/packages/fpga.scm (nextpnr-ice40)[inputs]: Sort alphabetically.
This commit is contained in:
parent
29bf0aa324
commit
7dffabf8ce
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue