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