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
@ -5980,7 +5980,7 @@ Conventions Manual) and some of the @dfn{EWMH}
|
||||
(commit (string-append "xcompmgr-" version))))
|
||||
(sha256
|
||||
(base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user