From 1e180f4523c6bf4c5a32b38df80583defe076da1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 6 Sep 2022 16:38:47 +0200 Subject: 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. --- gnu/packages/lisp-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/lisp-xyz.scm') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b8105a05d6..8bff0a7d96 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22283,6 +22283,10 @@ place outside with-notes. (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 -- cgit v1.2.3