me
/
guix
Archived
1
0
Fork 0

gnu: eamcs-windsize: Declare a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name
field.
master
Efraim Flashner 2020-11-01 17:00:57 +02:00
parent b3444c7ecd
commit 0fa9c4374d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)