From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: fetching git submodule using (uri (recursive? #t)) Date: Sat, 01 Jun 2019 16:09:16 +0200 Message-ID: <87lfyle6sz.fsf@gnu.org> References: <87r28ipviy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hX4hD-0002LS-73 for help-guix@gnu.org; Sat, 01 Jun 2019 10:09:20 -0400 In-Reply-To: <87r28ipviy.fsf@gmail.com> (Myles English's message of "Tue, 28 May 2019 14:18:29 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Myles English Cc: help-guix@gnu.org Hello, Myles English skribis: > I am trying to build this package that uses git submodules but the > (recursive? #t) doesn't seem to have any effect. Did you update the SHA256 hash accordingly? That is, perform a checkout including the submodules, run =E2=80=9Cguix hash -rx=E2=80=9D on that checkout, and put that hash in your package definition. HTH, Ludo=E2=80=99.