diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-08-11 16:10:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-08-11 16:11:43 +0300 |
commit | 7dffabf8ce49ca0eef56f4635ddef85df09ccc6f (patch) | |
tree | 6f7a74bac2e9b42fb34c8a93086f0151686ebed7 /gnu/packages | |
parent | 29bf0aa324cb4d5140d660b2d0e8e678309e7881 (diff) | |
download | guix-7dffabf8ce49ca0eef56f4635ddef85df09ccc6f.tar.gz guix-7dffabf8ce49ca0eef56f4635ddef85df09ccc6f.zip |
gnu: nextpnr-ice40: Sort inputs alphabetically.
* gnu/packages/fpga.scm (nextpnr-ice40)[inputs]: Sort alphabetically.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fpga.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index f36a5e2e97..0fa2f5256b 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -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" |