gnu: emacs-nnreddit: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-nnreddit)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:39:04 +02:00
parent 5a2e25f805
commit 4550d8d6d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))