guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: Enable tests for emacs-evil-lion.


From: guix-commits
Subject: 09/26: gnu: Enable tests for emacs-evil-lion.
Date: Thu, 19 Sep 2019 20:35:36 -0400 (EDT)

leungbk pushed a commit to branch emacs-tests
in repository guix.

commit f76e4a91c25dc4441e592312a8749bd5b01ec559
Author: Brian Leung <address@hidden>
Date:   Thu Sep 5 22:53:20 2019 +0200

    gnu: Enable tests for emacs-evil-lion.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-lion): Enable tests.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1232def..3f7c019 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6953,11 +6953,10 @@ surrounding lines.")
 
 (define-public emacs-evil-lion
   (let ((commit "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab")
-        (version "0.0.2")
         (revision "1"))
     (package
       (name "emacs-evil-lion")
-      (version (git-version version revision commit))
+      (version (git-version "0.0.2" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -6970,6 +6969,9 @@ surrounding lines.")
            "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
       (build-system emacs-build-system)
       (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+      (arguments
+       `(#:tests? #t
+         #:test-command '("make" "test")))
       (home-page "https://github.com/edkolev/evil-lion";)
       (synopsis "Align operator for @code{evil-mode}")
       (description



reply via email to

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