diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:50 +0200 |
commit | cfb041aa4238c6a555cc191c1eae2f0617569684 (patch) | |
tree | a8b5c860fa516128beb644f6a8bf791a8860bef9 | |
parent | 8886857500360d4b29531506a5ccfd424f886f81 (diff) | |
download | guix-cfb041aa4238c6a555cc191c1eae2f0617569684.tar.gz guix-cfb041aa4238c6a555cc191c1eae2f0617569684.zip |
gnu: emacs-helm-emms: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms)[source]: Use GIT-FILE-NAME.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2f5c6085d6..a2464c29f0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12034,7 +12034,7 @@ you searched for and execute it, or view its documentation.") (uri (git-reference (url "https://github.com/emacs-helm/helm-emms") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh")))) |