guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-tracking: Enable tests.


From: guix-commits
Subject: 03/03: gnu: emacs-tracking: Enable tests.
Date: Sun, 16 Dec 2018 13:26:23 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 7101196448825aebe28809d8b5145a3e239cc3e3
Author: Arun Isaac <address@hidden>
Date:   Wed Dec 12 01:00:26 2018 +0530

    gnu: emacs-tracking: Enable tests.
    
    * gnu/packages/emacs.scm (emacs-tracking)[arguments]: Append to arguments
    inherited from emacs-circe, instead of overwriting them.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 824aeb9..da0a005 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7893,7 +7893,7 @@ want to use it.")
      ;; "tracking.el" is a library extracted from Circe package.  It requires
      ;; "shorten.el".
      `(#:include '("^shorten.el$" "^tracking.el$")
-       #:tests? #f))                    ;tests require buttercup
+       ,@(package-arguments emacs-circe)))
     (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking";)
     (synopsis "Buffer tracking library")
     (description "@code{tracking.el} provides a way for different modes to



reply via email to

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