guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu; emacs-realgud: Add a 'file-name' field to the origin.


From: guix-commits
Subject: 05/06: gnu; emacs-realgud: Add a 'file-name' field to the origin.
Date: Thu, 13 Jun 2019 07:01:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0ddf17dc1ace325e46ba59da850b2a18bca69e33
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 13 11:07:59 2019 +0200

    gnu; emacs-realgud: Add a 'file-name' field to the origin.
    
    * gnu/packages/emacs-xyz.scm (emacs-realgud)[source]: Add 'file-name'.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cc99814..81f6684 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4345,7 +4345,8 @@ after buffer changes.")
              (commit version)))
        (sha256
         (base32
-         "0xnick9016wxrgi8v0lycvxhyz8l2k4nfvdpjc5yq476vwrjfzbz"))))
+         "0xnick9016wxrgi8v0lycvxhyz8l2k4nfvdpjc5yq476vwrjfzbz"))
+       (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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