mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.
This commit follows 3dbd240937
.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
'emacs-undohist-ignored.patch'.
This commit is contained in:
parent
3dbd240937
commit
37aaf9a8c7
1 changed files with 3 additions and 1 deletions
|
@ -4550,7 +4550,9 @@ (define-public emacs-undohist-el
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))))
|
||||
"1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))
|
||||
(patches
|
||||
(search-patches "emacs-undohist-ignored.patch"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/m2ym/undohist-el")
|
||||
(synopsis "Save undo history between sessions")
|
||||
|
|
Loading…
Reference in a new issue