diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:37:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:54:12 +0200 |
commit | a30417d63ee2d22b88e592deff77f7dd4c6fe881 (patch) | |
tree | 7ed5a83969596e00f2b43d550a188d2991d0161d | |
parent | 9ee1b41908f2e303083f061f629d7041b59c5251 (diff) | |
download | guix-a30417d63ee2d22b88e592deff77f7dd4c6fe881.tar.gz |
gnu: emacs-yasnippet-snippets: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets)[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 c99e90b64c..a7013b1b92 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6163,7 +6163,7 @@ abbreviation and automatically expand it into function templates.") (uri (git-reference (url "https://github.com/AndreaCrotti/yasnippet-snippets") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9")))) |