From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Help needed packaging rust-cbindgen, a dependency of IceCat 68 Date: Tue, 22 Oct 2019 15:42:53 -0400 Message-ID: <87zhhszhuv.fsf@netris.org> References: <874l012t91.fsf@netris.org> <20191022185416.GA20347@E5400> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39555) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iN04T-0002Bt-QE for guix-devel@gnu.org; Tue, 22 Oct 2019 15:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iN04R-0001Ag-Mv for guix-devel@gnu.org; Tue, 22 Oct 2019 15:43:57 -0400 Received: from world.peace.net ([64.112.178.59]:51958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iN04R-0001A5-J5 for guix-devel@gnu.org; Tue, 22 Oct 2019 15:43:55 -0400 In-Reply-To: <20191022185416.GA20347@E5400> (Efraim Flashner's message of "Tue, 22 Oct 2019 21:54:16 +0300") 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: Efraim Flashner Cc: guix-devel@gnu.org Hi Efraim, Efraim Flashner writes: > Here's what I have for rust-cbindgen based more-or-less on my > re-imagining of the cargo-build-system and the rust inputs. Thank you very much for this! Notably, I see that every package in your source has a proper 'license' field, and that there are *far* fewer dependencies here than 'guix import crate -r cbindgen' pulled in. What's the feasibility of turning this file into a set of commits that could be applied to 'master' in the next day or two? If that could be done, it would be tremendously helpful. I think it's okay if these "re-imagined" Rust packages are all 'hidden' for now and put in a separate module, to avoid breaking anything else or interfering with the packages in crates.io. Would you like to do it? If it won't be done within a couple of days, then we may need to consider other options. Thank you! Mark