gnu: nextpnr-ice40: Use a source file-name.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 29 Mar 2020 16:47:21 +0000 (19:47 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 29 Mar 2020 17:50:21 +0000 (20:50 +0300)
* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.

gnu/packages/fpga.scm

index f016810..abdfc35 100644 (file)
@@ -271,6 +271,7 @@ Includes the actual FTDI connector.")
         (uri (git-reference
                (url "git://github.com/YosysHQ/nextpnr")
                (commit commit)))
+        (file-name (git-file-name name version))
         (sha256
           (base32
             "0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))