mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ (define-public xorgproto
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/proto/"
|
||||
name "-" version ".tar.bz2"))
|
||||
"xorgproto-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"180mqkp70i44rkmj430pmn9idssvffrgv4y5h19fm698a7h8bs7y"))))
|
||||
|
|
Loading…
Reference in a new issue