Hi Adam,
You may refer to this exchange
https://yhetil.org/guix-patches/87ttd3t4b0.fsf@kitej/
Seems that the preferred approach is to package dependencies, unless you
have a very good reason not to.
C.
On Thu, Nov 07, 2024 at 03:34:48PM +0300, Adam wrote:
> If I want to write a package for a git repository which has submodules,
> should I download these dependencies recursively (recursive? #t)? Or it
> will be better to write a package definition for each dependency?
Both approaches are good. It
Hi Guix!
I have a question.
If I want to write a package for a git repository which has submodules,
should I download these dependencies recursively (recursive? #t)? Or it
will be better to write a package definition for each dependency?