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:
parent
240cd23514
commit
1e180f4523
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue