guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.


From: guix-commits
Subject: 01/01: gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.
Date: Fri, 5 Apr 2019 11:54:10 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 37aaf9a8c7d64ae69c4670a12f481dfc0aac53ae
Author: Oleg Pykhalov <address@hidden>
Date:   Fri Apr 5 18:50:19 2019 +0300

    gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.
    
    This commit follows 3dbd240937a7fb4322db21bc1bf6189a1a512223.
    
    * gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
    'emacs-undohist-ignored.patch'.
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6de4fc4..b89b3cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4550,7 +4550,9 @@ agree upon.")
          (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]