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

* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.
This commit is contained in:
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

View file

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