mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: nextpnr-ice40: Use a source file-name.
* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.
This commit is contained in:
parent
881903ae56
commit
0e68695e79
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ (define-public nextpnr-ice40
|
|||
(uri (git-reference
|
||||
(url "git://github.com/YosysHQ/nextpnr")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))
|
||||
|
|
Loading…
Reference in a new issue