guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 04/09: gnu: emacs-shell-command+: Use a source file-name.
Date: Tue, 22 Jun 2021 06:53:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 27f2b79db360cbafc5c0e7846580494ae3b91f00
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 22 11:25:51 2021 +0300

    gnu: emacs-shell-command+: Use a source file-name.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a
    file-name field.
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a988974..26899f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]