From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46690) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6qN-0000ST-14 for guix-patches@gnu.org; Mon, 15 Jul 2019 15:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6qM-0000co-6A for guix-patches@gnu.org; Mon, 15 Jul 2019 15:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hn6qM-0000cg-35 for guix-patches@gnu.org; Mon, 15 Jul 2019 15:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hn6qL-0008U6-UG for guix-patches@gnu.org; Mon, 15 Jul 2019 15:41:01 -0400 Subject: [bug#36676] [PATCH 0/3] cargo build system fixes Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46549) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6q1-0000P4-Gs for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6q0-0000MQ-Jm for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:41 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:57042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn6q0-0000KW-Az for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:40 -0400 From: Robert Vollmert Date: Mon, 15 Jul 2019 21:40:25 +0200 Message-Id: <20190715194028.91259-1-rob@vllmrt.net> MIME-Version: 1.0 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: 36676@debbugs.gnu.org Cc: Robert Vollmert Primarily this removes the build-side dependency on guile-json, but fixes some bugs along the way. Robert Vollmert (3): guix: cargo-build-system: Set CARGO_HOME early to fix build gnu: Update rust-proc-macro2 to 0.4.30 to fix tests guix: cargo-build-system: Use bundled json instead of guile-json gnu/packages/crates-io.scm | 4 ++-- guix/build-system/cargo.scm | 2 +- guix/build/cargo-build-system.scm | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) --=20 2.20.1 (Apple Git-117)