guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: eamcs-windsize: Declare a source file-name.


From: guix-commits
Subject: branch master updated: gnu: eamcs-windsize: Declare a source file-name.
Date: Sun, 01 Nov 2020 10:02:56 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0fa9c43  gnu: eamcs-windsize: Declare a source file-name.
0fa9c43 is described below

commit 0fa9c4374da03ae76f6115c168ae0caeec19b038
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 1 17:00:57 2020 +0200

    gnu: eamcs-windsize: Declare a source file-name.
    
    * gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name
    field.
---
 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 8199ff6..838e73b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7366,7 +7366,7 @@ highlighted.  Pressing that character will switch to that 
window.")
   ;; There is no proper release.  The base version is extracted from the
   ;; "Version" keyword in the main file.
   (let ((revision "1")
-       (commit "62c2846bbe95b0a73e996c75e4a644d05f57aaaa"))
+        (commit "62c2846bbe95b0a73e996c75e4a644d05f57aaaa"))
     (package
       (name "emacs-windsize")
       (version (git-version "0.1" revision commit))
@@ -7376,6 +7376,7 @@ highlighted.  Pressing that character will switch to that 
window.")
          (uri (git-reference
                (url "https://github.com/grammati/windsize";)
                (commit commit)))
+         (file-name (git-file-name name version))
          (sha256
           (base32 "13kfrmv3vmkfanxv9nym5v43hx5p7xkgqmx65zcxh4gcbaham1mi"))))
       (build-system emacs-build-system)



reply via email to

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