mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-nnreddit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-nnreddit)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
5a2e25f805
commit
4550d8d6d2
1 changed files with 1 additions and 1 deletions
|
@ -9173,7 +9173,7 @@ the source file.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/paul-issartel/nnreddit.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
|
||||
|
|
Loading…
Reference in a new issue