gnu: xorgproto: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME.
This commit is contained in:
parent
5dfdab05ba
commit
0a4f9445fd
|
@ -215,7 +215,7 @@ which can be read by any architecture.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/proto/"
|
(uri (string-append "mirror://xorg/individual/proto/"
|
||||||
name "-" version ".tar.bz2"))
|
"xorgproto-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))
|
"180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))
|
||||||
|
|
Loading…
Reference in New Issue