From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Petkov Subject: Re: guix import crate wraps #:cargo-inputs twice Date: Sun, 30 Jun 2019 09:17:40 -0700 Message-ID: References: <874l4ili56.fsf@web.de> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45501) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhcWT-0003UN-70 for guix-devel@gnu.org; Sun, 30 Jun 2019 12:17:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhcWR-0005XO-Du for guix-devel@gnu.org; Sun, 30 Jun 2019 12:17:49 -0400 Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c]:36771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhcWQ-0005Uk-RK for guix-devel@gnu.org; Sun, 30 Jun 2019 12:17:47 -0400 Received: by mail-pl1-x62c.google.com with SMTP id k8so5999271plt.3 for ; Sun, 30 Jun 2019 09:17:44 -0700 (PDT) In-Reply-To: <874l4ili56.fsf@web.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Arne Babenhauserheide Cc: Guix-devel Hi Arne, > On Jun 21, 2019, at 2:53 PM, Arne Babenhauserheide = wrote: >=20 > Hi, >=20 > When using guix import crate flamer, it generates a pattern like >=20 > (arguments > `((#:cargo-inputs > (("rust-flame" ,rust-flame) > ("rust-quote" ,rust-quote) > ("rust-syn" ,rust-syn))))) >=20 > the correct pattern would however be=20 >=20 > (arguments > `(#:cargo-inputs > (("rust-flame" ,rust-flame) > ("rust-quote" ,rust-quote) > ("rust-syn" ,rust-syn)))) Thanks for the report, I=E2=80=99ve fixed this in = 022288ba53bd44c9311c6cffef5e8224a2e74598! =E2=80=94Ivan