mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ 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"))))
|
||||
|
|
Loading…
Reference in a new issue