From patchwork Sat Sep 4 07:08:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 32581 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C13A527BBE3; Sat, 4 Sep 2021 08:09:09 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7CA6D27BBE1 for ; Sat, 4 Sep 2021 08:09:09 +0100 (BST) Received: from localhost ([::1]:36304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMPnY-00035C-Kb for patchwork@mira.cbaines.net; Sat, 04 Sep 2021 03:09:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMPnS-00034w-BX for guix-patches@gnu.org; Sat, 04 Sep 2021 03:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34789) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mMPnS-0003gP-4K for guix-patches@gnu.org; Sat, 04 Sep 2021 03:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mMPnR-0008M0-VY for guix-patches@gnu.org; Sat, 04 Sep 2021 03:09:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50367] [PATCH 02/22] gnu: Add rust-fragile-1. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Sep 2021 07:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50367 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "50367@debbugs.gnu.org" <50367@debbugs.gnu.org> Received: via spool by 50367-submit@debbugs.gnu.org id=B50367.163073932832089 (code B ref 50367); Sat, 04 Sep 2021 07:09:01 +0000 Received: (at 50367) by debbugs.gnu.org; 4 Sep 2021 07:08:48 +0000 Received: from localhost ([127.0.0.1]:46335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMPnD-0008LV-V5 for submit@debbugs.gnu.org; Sat, 04 Sep 2021 03:08:48 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:57587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMPnC-0008LB-4E for 50367@debbugs.gnu.org; Sat, 04 Sep 2021 03:08:46 -0400 Date: Sat, 04 Sep 2021 07:08:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1630739319; bh=ubiyCZOAO9u1Mqh8lOyn4TJcAPYYwDEGr6zgzNl0Xcs=; h=Date:To:From:Reply-To:Subject:From; b=PZsQ5bx6zNVhNmkKGMgXvuXxSppmb7E8sMy5/EiMF7Ifwy5/OL8WNhP31x6gP6PpT 9s6PvzzLE+ASzPtN5sYvZTTmeZy5KQfxx+x3cp4kbgB8Yuh1WbsoFybdnMRpISCTka tORR5K13J+M5w3PTxjjAYYVfLIf+PbwWw9WKmI5U= Message-ID: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-fragile-1): New variable. --- 2.32.0 diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 679d62cddd..41b06dd64a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -17183,8 +17183,30 @@ implementation that is more efficient for smaller hash keys.") syntax, as used by HTML forms.") (license (list license:expat license:asl2.0)))) +(define-public rust-fragile-1 + (package + (name "rust-fragile") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "fragile" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1wlihmkjyhvl5rckal32p010piy1l15s6l81h7z31jcd971kk839")))) + (build-system cargo-build-system) + (arguments `(#:skip-build? #t)) + (home-page "https://github.com/mitsuhiko/rust-fragile") + (synopsis "Wrapper types for sending non-send values to other threads") + (description "This package provides wrapper types for sending non-send +values to other threads.") + (license license:asl2.0))) + (define-public rust-fragile-0.3 (package + (inherit rust-fragile-1) (name "rust-fragile") (version "0.3.0") (source @@ -17195,13 +17217,7 @@ syntax, as used by HTML forms.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1yf2hmkw52x2dva3c9km1x8c2z5kwby7qqn8kz5ms3gs480i9y05")))) - (build-system cargo-build-system) - (home-page "https://github.com/mitsuhiko/rust-fragile") - (synopsis "Wrapper types for sending non-send values to other threads") - (description "This package provides wrapper types for sending non-send -values to other threads.") - (license license:asl2.0))) + "1yf2hmkw52x2dva3c9km1x8c2z5kwby7qqn8kz5ms3gs480i9y05")))))) (define-public rust-freetype-0.4 (package