me
/
guix
Archived
1
0
Fork 0

gnu: nextpnr-ice40: Use a source file-name.

* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.
master
Efraim Flashner 2020-03-29 19:47:21 +03:00
parent 881903ae56
commit 0e68695e79
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View 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"))))