GNU bug report logs -
#78203
[PATCH] gnu: clisp: Fix failing test.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
One of the streamslong tests in the test suite requires the presence of
`coreutils`' `cat`. Adding the package to the native inputs fixes the
failing test.
* gnu/packages/lisp.scm (clisp):
[native-inputs]: Add coreutils.
Change-Id: I8f9a9535d4075c5c0896f9d00d5abb52f6e908fc
---
gnu/packages/lisp.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 875e1a27f6..c524a3bcc0 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -531,8 +531,15 @@ (define-public clisp
(base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb"))))
(build-system gnu-build-system)
(native-inputs
- (list cl-asdf))
- (inputs (list libffcall ncurses readline libsigsegv))
+ (list
+ cl-asdf
+ coreutils))
+ (inputs
+ (list
+ libffcall
+ ncurses
+ readline
+ libsigsegv))
(arguments
`(#:configure-flags '(,@(if (string-prefix? "armhf-linux"
(or (%current-system)
base-commit: c8efb51982c3099a2a14b8412b2e258c522e94c5
--
2.49.0
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.