diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:42:38 +0200 |
commit | 88efbab2d9ab1a6177ed3e792e60ed71ab6bc28c (patch) | |
tree | 11ddbd2889c0f51a5581c6c360d32cbc8efcbbb0 | |
parent | ba50c3e8d06b4af420c33f8bc0b6f4d5e921494b (diff) | |
download | guix-88efbab2d9ab1a6177ed3e792e60ed71ab6bc28c.tar.gz guix-88efbab2d9ab1a6177ed3e792e60ed71ab6bc28c.zip |
gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet)[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 7243481569..5e52719f2a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10739,7 +10739,7 @@ browse the phrases by the paper section and fill-in the blanks if required.") (uri (git-reference (url "https://github.com/abo-abo/auto-yasnippet.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk")))) |