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
1 changed files with 1 additions and 1 deletions
|
@ -5977,7 +5977,7 @@ (define-public xcompmgr
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue