summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-25 18:52:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-26 05:24:31 +0200
commit0a4f9445fde97b7aedd83826b5ce51c6fc30c240 (patch)
tree4e6019c428d402ed7bcea77f34762ca11daa4808 /gnu/packages/xorg.scm
parent5dfdab05baf67eaaab9dc980a560de194b808f5e (diff)
downloadguix-patches-0a4f9445fde97b7aedd83826b5ce51c6fc30c240.tar
guix-patches-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/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm2
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"))))