diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-14 20:15:28 +0200 |
commit | 60ec1cdaeb43a6e9dcbad4cc81227f983398e298 (patch) | |
tree | 49fef11e114aa87ada29afd5ca5edb1af51fcc47 | |
parent | 4fa915b29ee97a86c50a8894948139732c98dbff (diff) | |
download | patches-60ec1cdaeb43a6e9dcbad4cc81227f983398e298.tar patches-60ec1cdaeb43a6e9dcbad4cc81227f983398e298.tar.gz |
gnu: emacs-grep-context: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-grep-context)[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 fa9c66b7a8..6a535646db 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11205,7 +11205,7 @@ perform regression test for packages that provide font-lock rules.") (uri (git-reference (url "https://github.com/mkcms/grep-context.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62")))) |