guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: sbcl-ctype: Build ctype-tfun as well.


From: guix-commits
Subject: 02/03: gnu: sbcl-ctype: Build ctype-tfun as well.
Date: Wed, 7 Sep 2022 02:37:48 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 1e180f4523c6bf4c5a32b38df80583defe076da1
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Sep 6 16:38:47 2022 +0200

    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(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]