guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ess: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-ess: Fix build.
Date: Thu, 04 Jan 2024 10:15:07 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c1f25fc7b gnu: emacs-ess: Fix build.
3c1f25fc7b is described below

commit 3c1f25fc7b3cd1942c33a48e71697f94c4c86bc2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 16:13:55 2024 +0100

    gnu: emacs-ess: Fix build.
    
    * gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Fix test 
file
    lists for skipped tests.
    
    Change-Id: I0ef581080811535dbf32118c3ed37f91e9f58cfe
---
 gnu/packages/statistics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index db2a11d791..d5747ef9f7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6828,7 +6828,8 @@ Java package that provides routines for various 
statistical distributions.")
                               (string-append all "(skip-unless nil)\n"))
                              ...)))))
                     (disable-tests (list "test/ess-test-inf.el"
-                                         "test/ess-test-r.el")
+                                         "test/ess-test-r.el"
+                                         "test/ess-test-r-eval.el")
                                    ("ess--derive-connection-path"
                                     "ess-eval-line-test"
                                     "ess-eval-region-test"



reply via email to

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