diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:09:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:09:36 +0200 |
commit | 609d7ae7f82ab45388872e734d7bce6724eaa993 (patch) | |
tree | a9557f461053440d9392f8ccb020b6b59b3d1847 | |
parent | 76152482670108f0b4e0e7649a4cc4422e8a740d (diff) | |
download | guix-609d7ae7f82ab45388872e734d7bce6724eaa993.tar.gz guix-609d7ae7f82ab45388872e734d7bce6724eaa993.zip |
gnu: emacs-w3m: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index aa03e6f819..2208989f23 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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")))) |