gnu: xcompmgr: Use GIT-FILE-NAME.
* gnu/packages/xorg.scm (xcompmgr)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
5b6a159aa8
commit
d514bb1346
1 changed files with 1 additions and 1 deletions
|
|
@ -5980,7 +5980,7 @@ Conventions Manual) and some of the @dfn{EWMH}
|
||||||
(commit (string-append "xcompmgr-" version))))
|
(commit (string-append "xcompmgr-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
|
(base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
|
||||||
Reference in a new issue