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

* gnu/packages/xfce.scm (xfburn)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 19:58:46 +01:00
parent a6bc056e94
commit f4c830641e
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -1052,7 +1052,7 @@ sending standard messages over D-Bus using the
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/xfburn/"
(version-major+minor version) "/"
name "-" version ".tar.bz2"))
"xfburn-" version ".tar.bz2"))
(sha256
(base32
"1qdd8prnsfilsprg36p95cz3z50ffr9kgvka4d5pm260lsl3l5xa"))))