[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
- branch master updated (4d6d2d7 -> 47f2168), guix-commits, 2019/06/13
- 02/06: gnu: gpxsee: Upgrade to 7.8, guix-commits, 2019/06/13
- 05/06: gnu; emacs-realgud: Add a 'file-name' field to the origin.,
guix-commits <=
- 01/06: gnu: nyacc: Add 0.94.0., guix-commits, 2019/06/13
- 06/06: gnu: Add Kawa., guix-commits, 2019/06/13
- 04/06: gnu: emacs-realgud: Update to 1.5.0., guix-commits, 2019/06/13
- 03/06: gnu: gpxsee: Fetch from Git instead of a generated tarball., guix-commits, 2019/06/13