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

* gnu/packages/xorg.scm (xterm)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-23 23:25:04 +02:00
parent 5192e465dd
commit 757f01fa4d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -5793,9 +5793,9 @@ to answer a question. Xmessage can also exit after a specified time.")
(method url-fetch)
(uri (list
(string-append "http://invisible-mirror.net/archives/xterm/"
name "-" version ".tgz")
"xterm-" version ".tgz")
(string-append "ftp://ftp.invisible-island.net/xterm/"
name "-" version ".tgz")))
"xterm-" version ".tgz")))
(sha256
(base32
"0ps7b2b2kbrkv5q49cmb8c51z0w21jmm7hwciw30m6jgfb9s79ir"))))