gnu: clisp: Fix failing test.

* gnu/packages/lisp.scm (clisp)[native-inputs]: Add coreutils.

Change-Id: I8f9a9535d4075c5c0896f9d00d5abb52f6e908fc
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ada Stevenson 2025-05-02 13:40:36 +08:00 committed by Andreas Enge
parent d08325a5d6
commit f2acfcc3fd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -531,8 +531,15 @@ Definition Facility.")
(base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb")))) (base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list cl-asdf)) (list
(inputs (list libffcall ncurses readline libsigsegv)) cl-asdf
coreutils)) ;to use "cat" in a test
(inputs
(list
libffcall
ncurses
readline
libsigsegv))
(arguments (arguments
`(#:configure-flags '(,@(if (string-prefix? "armhf-linux" `(#:configure-flags '(,@(if (string-prefix? "armhf-linux"
(or (%current-system) (or (%current-system)