gnu: emacs-shell-command+: Use a source file-name.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 22 Jun 2021 08:25:51 +0000 (11:25 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 22 Jun 2021 10:49:05 +0000 (13:49 +0300)
* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a
file-name field.

gnu/packages/emacs-xyz.scm

index a988974..26899f4 100644 (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)