mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ess: Fix build.
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Fix test file lists for skipped tests. Change-Id: I0ef581080811535dbf32118c3ed37f91e9f58cfe
This commit is contained in:
parent
650b9021a1
commit
3c1f25fc7b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue