summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2022-09-06 16:38:47 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2022-09-07 08:36:05 +0200
commit1e180f4523c6bf4c5a32b38df80583defe076da1 (patch)
tree2b758f1a41956bc09f58f2dfc0cbcbb372bb7756 /gnu
parent240cd23514a4d836c4ff4ee76720bde0458f1454 (diff)
downloadguix-patches-1e180f4523c6bf4c5a32b38df80583defe076da1.tar
guix-patches-1e180f4523c6bf4c5a32b38df80583defe076da1.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 4 insertions, 0 deletions
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