Re: Packaging a repository with git submodules

2024-11-10 Thread Cayetano Santos
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.

Re: Packaging a repository with git submodules

2024-11-09 Thread Leo Famulari
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

Packaging a repository with git submodules

2024-11-07 Thread Adam
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?