diff options
| author | Ada Stevenson <adanskana@gmail.com> | 2025-05-02 13:40:36 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-02 08:49:10 +0200 |
| commit | f2acfcc3fdd31082f909b8edc39f278c8cf14e45 (patch) | |
| tree | 31fc6bdf25025ec2168a587d99b1100f9a4d3089 /gnu | |
| parent | d08325a5d66e7f10d749738ca2a6208787a2d624 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 08eabb77a3d..3a047294d6b 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm | |||
| @@ -531,8 +531,15 @@ Definition Facility.") | |||
| 531 | (base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb")))) | 531 | (base32 "0k2dmgl0miz3767iks4p0mvp6xw0ysyxhjpklyh11j010rmh6hqb")))) |
| 532 | (build-system gnu-build-system) | 532 | (build-system gnu-build-system) |
| 533 | (native-inputs | 533 | (native-inputs |
| 534 | (list cl-asdf)) | 534 | (list |
| 535 | (inputs (list libffcall ncurses readline libsigsegv)) | 535 | cl-asdf |
| 536 | coreutils)) ;to use "cat" in a test | ||
| 537 | (inputs | ||
| 538 | (list | ||
| 539 | libffcall | ||
| 540 | ncurses | ||
| 541 | readline | ||
| 542 | libsigsegv)) | ||
| 536 | (arguments | 543 | (arguments |
| 537 | `(#:configure-flags '(,@(if (string-prefix? "armhf-linux" | 544 | `(#:configure-flags '(,@(if (string-prefix? "armhf-linux" |
| 538 | (or (%current-system) | 545 | (or (%current-system) |
