gnu: emacs-org-chef: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-org-chef)[source]: Add file-name
field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:08:46 +02:00
parent 9deb49e1e4
commit 7615248267
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5945,6 +5945,7 @@ (define-public emacs-org-chef
(uri (git-reference
(url "https://github.com/Chobbes/org-chef")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0xdfaf3shl3iij7nnshb5ryccqq70rpk0zm0d3fdwdbfa8rf7fkp"))))
(build-system emacs-build-system)