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 | ac5b171c92d5d74e7068dcb3f93faf193bd90515 (patch) | |
tree | 322dd4c0247dca83c9fc8ed3d55f59159d7e104d | |
parent | 187331e10053d90f1df9bcce2332238ecd032634 (diff) |
gnu: emacs-esup: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-esup)[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 204e5d2734..9faddc3742 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9893,7 +9893,7 @@ macro takes a first argument (whose value must be an alist) and a body.") (uri (git-reference (url "https://github.com/jschaf/esup.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv")))) |