From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#25281: rust importer duplicates input Date: Tue, 27 Dec 2016 16:10:40 +0000 Message-ID: <87zijhuzcv.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLuLB-0007IU-Od for bug-guix@gnu.org; Tue, 27 Dec 2016 11:11:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLuL8-0002U5-JD for bug-guix@gnu.org; Tue, 27 Dec 2016 11:11:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cLuL8-0002Tk-G7 for bug-guix@gnu.org; Tue, 27 Dec 2016 11:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cLuL8-0003dO-8r for bug-guix@gnu.org; Tue, 27 Dec 2016 11:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLuKe-0006wS-77 for bug-guix@gnu.org; Tue, 27 Dec 2016 11:10:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLuKb-0002Io-1v for bug-guix@gnu.org; Tue, 27 Dec 2016 11:10:32 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49898) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cLuKa-0002I5-Qg for bug-guix@gnu.org; Tue, 27 Dec 2016 11:10:28 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cLuKY-0003D7-Mn for bug-guix@gnu.org; Tue, 27 Dec 2016 17:10:26 +0100 Received: from 178-17-173-22.static.host ([178.17.173.22] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cLuKR-0007kU-EY for bug-guix@gnu.org; Tue, 27 Dec 2016 17:10:19 +0100 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25281@debbugs.gnu.org I'm on the grand journey into rusty land, and while I'm assembling a list of what needs to be packaged to package our prototype, I got this: ng0@wasp ~$ guix import crate net2 following redirection to `https://crates-io.s3-us-west-1.amazonaws.com/crates/net2/net2-0.2.26.crate'... (package (name "rust-net2") (version "0.2.26") (source (origin (method url-fetch) (uri (crate-uri "net2" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1qp3q6xynb481rsp3ig1nmqb6qlxfba3shfrmqij88cppsv9rpsy")))) (build-system cargo-build-system) (inputs `(("rust-cfg-if" ,rust-cfg-if) ("rust-kernel32-sys" ,rust-kernel32-sys) ("rust-libc" ,rust-libc) ("rust-libc" ,rust-libc) ("rust-libc" ,rust-libc) ("rust-libc" ,rust-libc) ("rust-libc" ,rust-libc) ("rust-winapi" ,rust-winapi) ("rust-ws2-32-sys" ,rust-ws2-32-sys))) (home-page "https://github.com/rust-lang-nursery/net2-rs") (synopsis "Extensions to the standard library's networking types as proposed in RFC 1158. ") (description "Extensions to the standard library's networking types as proposed in RFC 1158. ") (license (list license:expat license:asl2.0))) -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org