gnu: sbcl-ctype: Build ctype-tfun as well.

* gnu/packages/lisp-xyz.scm (sbcl-ctype)[inputs]: Add sbcl-alexandria.
[arguments]: Build ctype-tfun as well.
This commit is contained in:
Pierre Neidhardt 2022-09-06 16:38:47 +02:00
parent 240cd23514
commit 1e180f4523
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -22283,6 +22283,10 @@ (define-public sbcl-ctype
(sha256
(base32 "05smc81ml9rbcbzdhqg2mi9drnjsipq62r5q7f7qql8hbx01vl9i"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria))
(arguments
'(#:asd-systems '("ctype" "ctype-tfun")))
(home-page "https://github.com/s-expressionists/ctype")
(synopsis "Common Lisp type system implementation ")
(description