summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-11-01 17:00:57 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-11-01 17:00:57 +0200
commit0fa9c4374da03ae76f6115c168ae0caeec19b038 (patch)
tree2c6c8b4c6993493ec4ea4f0852ac8ee930db6d67 /gnu
parentb3444c7ecd088066da59b8812ff182cc141ac44f (diff)
gnu: eamcs-windsize: Declare a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8199ff686d..838e73be14 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)