* bug#26802: [PATCH 2/3] gnu: emacs-transpose-frame: Set source file-name. [not found] <20170513052337.14110-1-arunisaac@systemreboot.net> @ 2017-05-13 5:23 ` Arun Isaac 2017-05-13 5:23 ` bug#26802: [PATCH 3/3] gnu: emacs-key-chord: " Arun Isaac 1 sibling, 0 replies; 2+ messages in thread From: Arun Isaac @ 2017-05-13 5:23 UTC (permalink / raw) To: 26802 * gnu/packages/emacs.scm (emacs-transpose-frame)[source]: Add file-name field. --- gnu/packages/emacs.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 8608c3907..1d688f8cc 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4564,6 +4564,7 @@ with gnuplot.") (origin (method url-fetch) (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el") + (file-name (string-append "transpose-frame-" version ".el")) (sha256 (base32 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4")))) -- 2.12.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#26802: [PATCH 3/3] gnu: emacs-key-chord: Set source file-name. [not found] <20170513052337.14110-1-arunisaac@systemreboot.net> 2017-05-13 5:23 ` bug#26802: [PATCH 2/3] gnu: emacs-transpose-frame: Set source file-name Arun Isaac @ 2017-05-13 5:23 ` Arun Isaac 1 sibling, 0 replies; 2+ messages in thread From: Arun Isaac @ 2017-05-13 5:23 UTC (permalink / raw) To: 26802 * gnu/packages/emacs.scm (emacs-key-chord)[source]: Add file-name field. --- gnu/packages/emacs.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 1d688f8cc..8f966d057 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4584,6 +4584,7 @@ selected frame.") (origin (method url-fetch) (uri "https://www.emacswiki.org/emacs/download/key-chord.el") + (file-name (string-append "key-chord-" version ".el")) (sha256 (base32 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg")))) -- 2.12.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-13 5:25 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20170513052337.14110-1-arunisaac@systemreboot.net> 2017-05-13 5:23 ` bug#26802: [PATCH 2/3] gnu: emacs-transpose-frame: Set source file-name Arun Isaac 2017-05-13 5:23 ` bug#26802: [PATCH 3/3] gnu: emacs-key-chord: " Arun Isaac
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.