help-guix
[Top][All Lists]
Advanced

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

Re: Common Lisp systems using `package-inferred-system' fails to find de


From: Guillaume Le Vaillant
Subject: Re: Common Lisp systems using `package-inferred-system' fails to find dependency
Date: Mon, 04 Sep 2023 08:00:37 +0000

Simen Endsjø <simendsjo@gmail.com> skribis:

> │ (define-public sbcl-log4cl-extras
> │   [...]
> │       (inputs
> │        (list
> │         cl-40ants-asdf-system
> │         cl-pythonic-string-reader
> │         cl-log4cl
> │         cl-jonathan
> │         cl-40ants-doc
> │         cl-strings
> │         cl-global-vars
> │         cl-dissect
> │         cl-with-output-to-stream))
> │   [...]

Hi.
As you're making a package for sbcl, it should use the inputs
compiled for sbcl instead of the source-only inputs.
E.g.: sbcl-log4cl instead of cl-log4cl, sbcl-cl-strings instead of
cl-strings, etc.

Attachment: signature.asc
Description: PGP signature


reply via email to

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