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

* gnu/packages/xorg.scm (xcalc)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-18 16:09:38 +01:00
parent a12d21630f
commit e28f3cd9f0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 4 deletions

View File

@ -2087,10 +2087,8 @@ legacy X clients.")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/" name "-"
version
".tar.gz"))
(uri (string-append "mirror://xorg/individual/app/"
"xcalc-" version ".tar.gz"))
(sha256
(base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
(build-system gnu-build-system)