gnu: emacs-yasnippet-snippets: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
9ee1b41908
commit
a30417d63e
1 changed files with 1 additions and 1 deletions
|
@ -6163,7 +6163,7 @@ (define-public emacs-yasnippet-snippets
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue