diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 03:29:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:26:46 +0200 |
commit | d514bb13468d1272db424d3c8cc9145226c65e10 (patch) | |
tree | e9818ff70ff50b1b31d6c087f2b0798bd6495315 | |
parent | 5b6a159aa8abb15c2dd2bdbf1acb4169a4167e61 (diff) | |
download | patches-d514bb13468d1272db424d3c8cc9145226c65e10.tar patches-d514bb13468d1272db424d3c8cc9145226c65e10.tar.gz |
gnu: xcompmgr: Use GIT-FILE-NAME.
* gnu/packages/xorg.scm (xcompmgr)[source]: Use GIT-FILE-NAME.
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 807f4b25b9..af86c6d7f1 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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 |