diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-03-29 19:47:21 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-29 20:50:21 +0300 |
commit | 0e68695e79f778fd838e300913361571e8b6e368 (patch) | |
tree | ec2598c8d0e7c47c57f0ea5911c3ccb695386716 /gnu/packages | |
parent | 881903ae561d2fd3026d962f4af25e23cfe95229 (diff) | |
download | patches-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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fpga.scm | 1 |
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")))) |