gnu: emacs-shell-command+: Use a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a
file-name field.
This commit is contained in:
Efraim Flashner 2021-06-22 11:25:51 +03:00
parent 07d2c72d39
commit 27f2b79db3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -27817,6 +27817,7 @@ Features:
(uri (git-reference
(url "https://git.sr.ht/~zge/bang")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj"))))
(build-system emacs-build-system)