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 @@ place outside with-notes.
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05smc81ml9rbcbzdhqg2mi9drnjsipq62r5q7f7qql8hbx01vl9i"))))
|
(base32 "05smc81ml9rbcbzdhqg2mi9drnjsipq62r5q7f7qql8hbx01vl9i"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(inputs
|
||||||
|
(list sbcl-alexandria))
|
||||||
|
(arguments
|
||||||
|
'(#:asd-systems '("ctype" "ctype-tfun")))
|
||||||
(home-page "https://github.com/s-expressionists/ctype")
|
(home-page "https://github.com/s-expressionists/ctype")
|
||||||
(synopsis "Common Lisp type system implementation ")
|
(synopsis "Common Lisp type system implementation ")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue