diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:54:17 +0200 |
commit | 32a804e25022ea7a60f3796265347e615b9446ea (patch) | |
tree | a19a6b92b91f8aa0447244e07854364dba8b2bcc | |
parent | ac5b171c92d5d74e7068dcb3f93faf193bd90515 (diff) | |
download | guix-32a804e25022ea7a60f3796265347e615b9446ea.tar.gz |
gnu: emacs-macrostep: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[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 9faddc3742..830f85d477 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9934,7 +9934,7 @@ your Emacs.") (uri (git-reference (url "https://github.com/joddie/macrostep.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz")))) |