mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public xcompmgr
|
|||
(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 a new issue