diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 18:52:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-26 05:24:31 +0200 |
commit | 0a4f9445fde97b7aedd83826b5ce51c6fc30c240 (patch) | |
tree | 4e6019c428d402ed7bcea77f34762ca11daa4808 /gnu | |
parent | 5dfdab05baf67eaaab9dc980a560de194b808f5e (diff) | |
download | guix-0a4f9445fde97b7aedd83826b5ce51c6fc30c240.tar guix-0a4f9445fde97b7aedd83826b5ce51c6fc30c240.tar.gz |
gnu: xorgproto: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xorgproto)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index af8dfda922..b1d93ac6c4 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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")))) |