me
/
guix
Archived
1
0
Fork 0

gnu: gtkwave: Don't use NAME in source URI.

* gnu/packages/fpga.scm (gtkwave)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-04-17 06:12:48 +02:00
parent 9b15ef9350
commit 315d7dda35
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ Includes the actual FTDI connector.")
(source (origin
(method url-fetch)
(uri (string-append "http://gtkwave.sourceforge.net/"
name "-" version ".tar.gz"))
"gtkwave-" version ".tar.gz"))
(sha256
(base32
"0lc4y2vizrbxldjk5yw2i4y7pyprjdjqx3iafzjfnin694zp2630"))))