diff options
author | Paul A. Patience <paul@apatience.com> | 2022-11-21 12:55:08 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-22 10:08:57 +0100 |
commit | 0435469669ad1f8d02c9580a5eaea6d89bfea66e (patch) | |
tree | 11a73e0562b48b1ebbe7a2ee44c865da4e21ea8a /gnu/packages/lisp-xyz.scm | |
parent | bb829bb23bc85e8218855e477c564e3b72579069 (diff) | |
download | guix-0435469669ad1f8d02c9580a5eaea6d89bfea66e.tar guix-0435469669ad1f8d02c9580a5eaea6d89bfea66e.tar.gz |
gnu: cl-parachute: Update to 1.5.0-0.8bc3e1b.
* gnu/packages/lisp-check.scm (sbcl-parachute): Update to
1.5.0-0.8bc3e1b.
[inputs]: Add sbcl-trivial-custom-debugger.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-custom-debugger)
[arguments]: New field.
[native-inputs]: Remove field.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 067c3aecae..7e0e0cb133 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -24610,8 +24610,12 @@ between Lisp objects and some binary (i.e. octet-based) representation.") (sha256 (base32 "1iri5wsp9sc1f5q934cj87zd79r5dc8fda0gl7x1pz95v0wx28yk")))) (build-system asdf-build-system/sbcl) - (native-inputs - (list sbcl-parachute)) + (arguments + '(;; FIXME: Tests disabled because of a circular dependency between + ;; trivial-custom-debugger and parachute. + #:tests? #f)) + ;;(native-inputs + ;; (list sbcl-parachute)) (home-page "https://github.com/phoe/trivial-custom-debugger/") (synopsis "Allow arbitrary functions as the standard Lisp debugger") (description |