From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL1Ln-0005TN-J4 for guix-patches@gnu.org; Mon, 29 Apr 2019 04:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hL1Ck-0007AA-Oo for guix-patches@gnu.org; Mon, 29 Apr 2019 04:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hL1Ck-00079w-LW for guix-patches@gnu.org; Mon, 29 Apr 2019 04:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hL1Ck-0000pL-Eb for guix-patches@gnu.org; Mon, 29 Apr 2019 04:00:02 -0400 Subject: [bug#35386] [PATCH] gnu: direnv: Change to the go-build-system. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190422235719.5427-1-mail@cbaines.net> Date: Mon, 29 Apr 2019 09:58:54 +0200 In-Reply-To: <20190422235719.5427-1-mail@cbaines.net> (Christopher Baines's message of "Tue, 23 Apr 2019 00:57:19 +0100") Message-ID: <87pnp5i6o1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 35386@debbugs.gnu.org Hello Chris, Christopher Baines skribis: > The go-build-system is slightly more appropriate, and switching resolves = an > issue with combining the 'unpack phase from the gnu-build-system, and the > 'setup-go-environment from the go-build-system. With both of those phases > creating a directory, the first-subdirectory call at the end of the 'unpa= ck > phase can return different values depending on the filesystem ordering. > > * gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as > this works better with the go-build-system. > [build-system]: Change to the go-build-system. > [arguments]: Adjust for the go-build-system. > [native-inputs]: Remove go. It does look a bit nicer this way, go for it! Thanks, Ludo=E2=80=99.