me
/
guix
Archived
1
0
Fork 0

gnu: emacs-w3m: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
Efraim Flashner 2022-11-14 15:09:36 +02:00
parent 7615248267
commit 609d7ae7f8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2393,6 +2393,7 @@ or unexpected behavior inside an elisp configuration file (typically
(uri (git-reference
(url "https://github.com/emacs-w3m/emacs-w3m.git")
(commit "bbcebbe20ebfa807a3e4beaadf40ce6f4be213e7")))
(file-name (git-file-name name version))
(sha256
(base32
"0y892n8jaxzyxi1fgyklc7zfh57ibp4yyywmif69dm28hykj6lmz"))))