From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQtHL-00084c-8i for guix-patches@gnu.org; Wed, 15 May 2019 08:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQtHK-0000iC-DB for guix-patches@gnu.org; Wed, 15 May 2019 08:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQtHK-0000i3-9q for guix-patches@gnu.org; Wed, 15 May 2019 08:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQtHK-0007k8-6C for guix-patches@gnu.org; Wed, 15 May 2019 08:45:02 -0400 Subject: [bug#35318] [PATCH] Update cargo-build-system to expand package inputs Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ftpsnhal.fsf@gnu.org> <2C03880B-F90E-4949-9637-DC918B6D40A0@gmail.com> <074E4899-C4FF-4A76-8E97-093378D2F8D5@gmail.com> Date: Wed, 15 May 2019 14:44:29 +0200 In-Reply-To: (Ivan Petkov's message of "Tue, 14 May 2019 23:08:06 -0700") Message-ID: <87pnojvqdu.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: Ivan Petkov Cc: 35318@debbugs.gnu.org, Chris Marusich Hello! Ivan Petkov skribis: > Chris and I had a very productive discussion around this patch series this > evening. We discussed an alternative approach to allowing the cargo-build= -system > to capture all transitive Rust crate sources without changing the establi= shed > semantics around Guix inputs and native-inputs. > > The short summary is introducing crates as new arguments in the package > definition. These arguments will be expanded to include the sources of any > transitive sources when lowered to a derivation, while preserving any > other Guix inputs/native-inputs the package may wish to include. > > I'll be sending an updated patch series here once I get a chance to work = on > this, and I=E2=80=99ll elaborate on the solution with more specifics then! OK, sounds good, thanks for the update! And sorry for not being more responsive. Ludo=E2=80=99.