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

* gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-25 18:52:29 +02:00
parent 5dfdab05ba
commit 0a4f9445fd
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ which can be read by any architecture.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/proto/"
name "-" version ".tar.bz2"))
"xorgproto-" version ".tar.bz2"))
(sha256
(base32
"180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))