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

* gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name
field.
This commit is contained in:
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

View file

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