guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-evil: Fix test helpers.


From: guix-commits
Subject: 01/01: gnu: emacs-evil: Fix test helpers.
Date: Tue, 29 Oct 2019 07:06:19 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 10224994dab466638fa70dfc9a257cc6e18288e7
Author: Clément Lassieur <address@hidden>
Date:   Tue Oct 29 11:59:41 2019 +0100

    gnu: emacs-evil: Fix test helpers.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil)[arguments]: Add a 
'fix-test-helpers'
    phase.
---
 gnu/packages/emacs-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c12c174..1be8197 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7421,6 +7421,14 @@ news items, openrc and runscripts.")
        (sha256
         (base32
          "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'fix-test-helpers
+           (lambda _
+             (substitute* "evil-test-helpers.el"
+               (("\\(undo-tree-mode 1\\)") ""))
+             #t)))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacs-evil/evil";)
     (synopsis "Extensible Vi layer for Emacs")



reply via email to

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