gnu: xcompmgr: Don't use NAME in source tag.

* gnu/packages/xorg.scm (xcompmgr)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-04-11 03:22:26 +02:00
parent 89ab360e01
commit a35003c209
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -5977,7 +5977,7 @@ Conventions Manual) and some of the @dfn{EWMH}
(method git-fetch)
(uri (git-reference
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
(commit (string-append name "-" version))))
(commit (string-append "xcompmgr-" version))))
(sha256
(base32
"04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))