gnu: xcompmgr: Don't use NAME in source tag.
* gnu/packages/xorg.scm (xcompmgr)[source]: Hard-code NAME.
This commit is contained in:
parent
89ab360e01
commit
a35003c209
|
@ -5977,7 +5977,7 @@ Conventions Manual) and some of the @dfn{EWMH}
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
|
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
|
||||||
(commit (string-append name "-" version))))
|
(commit (string-append "xcompmgr-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))
|
"04swkrm3gk689wrjc418bd3n25w8r20kg1xfbn5j8d7mx1r5gf16"))
|
||||||
|
|
Loading…
Reference in New Issue