From 7dffabf8ce49ca0eef56f4635ddef85df09ccc6f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 11 Aug 2020 16:10:44 +0300 Subject: gnu: nextpnr-ice40: Sort inputs alphabetically. * gnu/packages/fpga.scm (nextpnr-ice40)[inputs]: Sort alphabetically. --- gnu/packages/fpga.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') 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" -- cgit v1.2.3