summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-29 19:47:21 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-03-29 20:50:21 +0300
commit0e68695e79f778fd838e300913361571e8b6e368 (patch)
treeec2598c8d0e7c47c57f0ea5911c3ccb695386716
parent881903ae561d2fd3026d962f4af25e23cfe95229 (diff)
downloadpatches-0e68695e79f778fd838e300913361571e8b6e368.tar
patches-0e68695e79f778fd838e300913361571e8b6e368.tar.gz
gnu: nextpnr-ice40: Use a source file-name.
* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.
-rw-r--r--gnu/packages/fpga.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index f01681024f..abdfc35b91 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -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"))))