guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: nextpnr-ice40: Sort inputs alphabetically.


From: guix-commits
Subject: 03/03: gnu: nextpnr-ice40: Sort inputs alphabetically.
Date: Tue, 11 Aug 2020 09:47:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7dffabf8ce49ca0eef56f4635ddef85df09ccc6f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 11 16:10:44 2020 +0300

    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(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index f36a5e2..0fa2f52 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]