From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGpNp-0004D6-81 for guix-patches@gnu.org; Fri, 02 Jun 2017 12:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGpNm-0000H6-JB for guix-patches@gnu.org; Fri, 02 Jun 2017 12:25:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGpNm-0000GV-FQ for guix-patches@gnu.org; Fri, 02 Jun 2017 12:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGpNm-0000XJ-AC for guix-patches@gnu.org; Fri, 02 Jun 2017 12:25:02 -0400 Subject: bug#25955: [PATCH] guix: Only attempt to build json builder if json is available. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1488563007-1161-1-git-send-email-john@darrington.wattle.id.au> Date: Fri, 02 Jun 2017 18:24:18 +0200 In-Reply-To: <1488563007-1161-1-git-send-email-john@darrington.wattle.id.au> (John Darrington's message of "Fri, 3 Mar 2017 18:43:27 +0100") Message-ID: <871sr25pe5.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: John Darrington Cc: 25955-done@debbugs.gnu.org John Darrington skribis: > * guix/import/stackage.scm: avoid loading the json module. This was fixed later in commit 37fd9567710b0fc0d7b083f8a1eba3528597c2f6. Thanks, Ludo=E2=80=99.