From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cIf5BDqRPWWuSwEAauVa8A:P1 (envelope-from ) for ; Sun, 29 Oct 2023 00:54:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cIf5BDqRPWWuSwEAauVa8A (envelope-from ) for ; Sun, 29 Oct 2023 00:54:50 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F07025661E for ; Sun, 29 Oct 2023 00:54:49 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=SDQwSrZ5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698533690; a=rsa-sha256; cv=none; b=qECkWDBZtZDCed9xTA+nrA55ljOfW5ni0bF6SXTCCf8c9q5un7d6is9cn1W3jV1Zo4hWOw 0R0BF/6flZdxDFv5Z5PInwlcDnVlaagUhbUNp1c+LloX2szribpjbhweTgIrNMsLXO3Su0 fyi0aD+VoCvdc65Fst1GP/aNFaLKKqO5HOgChtwdghr05O56y+85jvwRBqbXwpV8dgCHqq nhY2RKGQ7aQYKsUBMjgYxTCxTOS9HXOhEI87QMz7NQyC0uuuVhUW23G0UUODZk45/pVIMF yIoOJxtR70oI5ey6K3C0KVFUESvIgcgbmr5rOSa9B2hKlUdFijLTFcEVVkWAvg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=SDQwSrZ5; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698533690; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Cev+qLKLIG2sJ5zyq8Qke1rbHX7ussH41z2acpcluro=; b=IGHztX8zrLuX72WZdQAUzpXuyhVz1aYFvAcqt4G1+2UohN9lPiB9cijyvcfY8bKDZfIU43 mL3EdLv/ayLD1QAjPE7zM79WEeRit/TmDomxEkMU2ZDuq6BTCmN3LvfyJhFFoCUPLYNdhz MjdZOR6EaQawkUeDwMVSKRlGnFn9D1+REYEC71TMWvV/A2OhbqwAVTu9FpO7BbmohWnx6T Yy/cV3p0ylpTY09PTfS4Ssw57Yws+3+yjmouFlwxBO/+qb4HRG51uzOVFHav2Tqp4oV462 E/vxcVxVD7sxvLaVeQg4iE9Az/nilMF1s6uhzRGNf6d6tr6QJXIVvLA05jyl+A== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwsCP-0000On-PP; Sat, 28 Oct 2023 18:54:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwsCM-0000OQ-MP for guix-patches@gnu.org; Sat, 28 Oct 2023 18:54:30 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qwsCM-0000NW-EU for guix-patches@gnu.org; Sat, 28 Oct 2023 18:54:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qwsCs-00011y-Jh for guix-patches@gnu.org; Sat, 28 Oct 2023 18:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66802] [PATCH 14/21] gnu: Add rust-wsl-0.1. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 28 Oct 2023 22:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66802 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66802@debbugs.gnu.org Cc: Jaeme Sifat Received: via spool by 66802-submit@debbugs.gnu.org id=B66802.16985337023954 (code B ref 66802); Sat, 28 Oct 2023 22:55:02 +0000 Received: (at 66802) by debbugs.gnu.org; 28 Oct 2023 22:55:02 +0000 Received: from localhost ([127.0.0.1]:39857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwsCr-00011Z-Dp for submit@debbugs.gnu.org; Sat, 28 Oct 2023 18:55:01 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:58898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qwsCq-00011J-C7 for 66802@debbugs.gnu.org; Sat, 28 Oct 2023 18:55:00 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qwsCE-00AzeL-F8 for 66802@debbugs.gnu.org; Sun, 29 Oct 2023 00:54:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-Id:Date:Subject:Cc:To:From; bh=Cev+qLKLIG2sJ5zyq8Qke1rbHX7ussH41z2acpcluro=; b=SDQwSrZ5YSE+Z6dCfDDOyDqxNE 9GUNPz/RzlfgQWpjvleLmfbCzLfpkfhCEkK73ABXJ8Ol2w4OUNo4jeG/eeUBpEDUIfWV/5MMcez88 Zj+6dI1yVEE1giTgES2l8Xr0+bC3iF34VFJellfabvto19AV0tRTWxr5jnfBY6cdJvqVtKjz9vsWF vMwRI+W3+OlA0sDXHaBw1wH+kJQGLJWSM7IFoxzjVLTOO+2441qW1ogit+ixphN9hKrEbTsMtFMnu yi5UEEgnqQcdub+Jg/FRm24Xv0Z78wmqyE89sTPC6Q2VwHHEOjMhiby5iAY9YAhSJIXeCvwOuOw40 zy8e9Q3A==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qwsCD-00020Z-5U for 66802@debbugs.gnu.org; Sun, 29 Oct 2023 00:54:21 +0200 Received: by submission03.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qwsBx-000ybq-Hr; Sun, 29 Oct 2023 00:54:05 +0200 Date: Sat, 28 Oct 2023 18:53:34 -0400 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: F07025661E X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.20 X-Spam-Score: -6.20 X-TUID: H0NCAFXX6Z0C * gnu/packages/crates-io.scm (rust-wsl-0.1): New variable. Signed-off-by: Jaeme Sifat Change-Id: Iff92993f04acc771d5c942548160041275d6d515 --- gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f6b008baf8..4d9fdb9a50 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -84329,6 +84329,28 @@ (define-public rust-ws2-32-sys-0.2 "Contains function definitions for the Windows API library ws2_32.") (license license:expat))) +(define-public rust-wsl-0.1 + (package + (name "rust-wsl") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "wsl" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1m2hg4sfnrwm67fb1vsgycy36l2hbgmcpgllcpmbs427hsnbgnpq")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t)) + (home-page "https://github.com/Dentosal/wsl-rs") + (synopsis + "Detect if the program is running under Windows Subsystem for Linux") + (description + "This package detects if the program is running under Windows Subsystem +for Linux") + (license license:expat))) + (define-public rust-wycheproof-0.5 (package (name "rust-wycheproof") -- 2.41.0