guix-devel
[Top][All Lists]
Advanced

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

Re: Improve ASDF build system for Common Lisp libraries


From: Pierre Neidhardt
Subject: Re: Improve ASDF build system for Common Lisp libraries
Date: Tue, 15 Sep 2020 12:54:46 +0200

Some .asd definitions have dependencies (declared with
:system-depends-on).
A common dependency is prove-asdf.

If we read all .asd then we must drag all ASDF dependencies.  This can be a
burden, say, for a test system that is not supported in Guix at the moment.

My intuition is that parsing all ASD files is a good default behaviour
but we should allow to override it with the asd-files keyword.

Thoughts?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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