mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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 @@ 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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue