mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d08325a5d6
commit
f2acfcc3fd
1 changed files with 9 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue