guix-patches
[Top][All Lists]
Advanced

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

[bug#46011] [PATCH] gnu: Add sbcl-claw-utils.


From: Guillaume Le Vaillant
Subject: [bug#46011] [PATCH] gnu: Add sbcl-claw-utils.
Date: Thu, 21 Jan 2021 11:51:43 +0100
User-agent: mu4e 1.4.14; emacs 27.1

guix-patches--- via <guix-patches@gnu.org> skribis:

> +(define-public sbcl-claw-utils
> +  (let ((revision "0")
> +        (commit "efe25016501973dc369f067a64c7d225802bc56f"))
> +    (package
> +      (name "sbcl-claw-utils")
>        ...
> +      (inputs
> +       `(("alexandria" ,sbcl-alexandria)
> +     ("cffi" ,sbcl-cffi)
> +     ("sbcl-claw" ,sbcl-claw)
> +     ("sbcl-cl-autowrap" ,sbcl-cl-autowrap)))

Is the cl-autowrap package really necessary here? It is not in the
dependency list of the asd file, and it looks like the package compiles
fine without it. Or is there a case where it is required at runtime?

Attachment: signature.asc
Description: PGP signature


reply via email to

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