Re: git clone with submodules

2021-12-03 Thread Development of GNU Guix and the GNU System distribution.
Thank you! Dec 2, 2021, 15:14 by m...@selfhosted.xyz: > Hi Kandur! > Yes there is. Example:  > > ... > (git-reference (url ...) (commit ...) (recursive? #t)) > ... > > Best regards > David > > On Thu, Dec 2 2021 at 08:12:35 +0100, Adam Kandur via Development of GNU Guix > and the GNU System di

Re: git clone with submodules

2021-12-02 Thread Tobias Geerinckx-Rice
David Larsson 写道: (git-reference (url ...) (commit ...) (recursive? #t)) Also: don't forget to change the hash when changing fields like RECURSIVE? which have no effect on the store file name, or Guix will happily return the non-recursive checkout. This is because hash + name, not the URL o

Re: git clone with submodules

2021-12-02 Thread David Larsson
Hi Kandur! Yes there is. Example: ... (git-reference (url ...) (commit ...) (recursive? #t)) ... Best regards David On Thu, Dec 2 2021 at 08:12:35 +0100, Adam Kandur via Development of GNU Guix and the GNU System distribution. wrote: Hi guix! Is there way to clone a project when i'm building

git clone with submodules

2021-12-02 Thread Development of GNU Guix and the GNU System distribution.
Hi guix! Is there way to clone a project when i'm building a package with all git submodules?