From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IM2IDLTna2Iw+wAAbAwnHQ (envelope-from ) for ; Fri, 29 Apr 2022 15:27:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id GHSeDLTna2I2ugAAauVa8A (envelope-from ) for ; Fri, 29 Apr 2022 15:27:16 +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 CEE0524DB3 for ; Fri, 29 Apr 2022 15:27:15 +0200 (CEST) Received: from localhost ([::1]:60862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkQeQ-0004A8-PB for larch@yhetil.org; Fri, 29 Apr 2022 09:27:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45916) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQeI-00049P-Ay for guix-patches@gnu.org; Fri, 29 Apr 2022 09:27:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkQeE-0004IG-VC for guix-patches@gnu.org; Fri, 29 Apr 2022 09:27:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkQeE-0001IW-Ob for guix-patches@gnu.org; Fri, 29 Apr 2022 09:27:02 -0400 Subject: bug#54748: [PATCH] gnu: Add envytools. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 Apr 2022 13:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54748 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: 54748-done@debbugs.gnu.org Mail-Followup-To: 54748@debbugs.gnu.org, ludo@gnu.org, phodina@protonmail.com Received: via spool by 54748-done@debbugs.gnu.org id=D54748.16512387974947 (code D ref 54748); Fri, 29 Apr 2022 13:27:02 +0000 Received: (at 54748-done) by debbugs.gnu.org; 29 Apr 2022 13:26:37 +0000 Received: from localhost ([127.0.0.1]:51276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQdo-0001Hi-PM for submit@debbugs.gnu.org; Fri, 29 Apr 2022 09:26:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQdn-0001HW-5Q for 54748-done@debbugs.gnu.org; Fri, 29 Apr 2022 09:26:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQdb-0004AE-Eq; Fri, 29 Apr 2022 09:26:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=mrgLQRx+dmOG2nNWvj4ifrihsf/jCHiNC4wb9x6TF10=; b=F0Ul2yKzBNHXrTK4diGx XjNW8clLHojY1i+No4JTG6GUnXPFONhX3YVD0CFc+pIhTVxB0AkROVz9nRQZs5+VNhrvXHNuvayKj rcraY8SGTnUpkyOWFlp6ensP8Q5UzAgWf6dxb3qBqBwx0yqKXyj9+YNHhoODi0trwoJ6rD9h+ynBh MVVY9THtVc67pnPVT/9civyQr+5qwb7/vzMXVLa8ntPh0sfwhE9ftRY/87Spmv3qmvrSyySGiQqJn TlnKyo+vaWMzJO3HCmIWnS/oiMnSt/MzLJS4U++dOxazKaMEIQ3NQQjJJEdMU+n/ma7t+VJ1nmAPQ JQTJRuCvaI05Og==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=48976 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQdZ-0008Av-2O; Fri, 29 Apr 2022 09:26:22 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <4FDrg8_eJOcph1AEW6bLiVepzH542kN-fRsZnxUK0hY-1KKSmc5hhv9CQ0d2jDfLjM9Stpk_hJm7Fdp4JA67Y5_RNEU_PCRIYmMPsrH0-dw=@protonmail.com> Date: Fri, 29 Apr 2022 15:26:18 +0200 In-Reply-To: <4FDrg8_eJOcph1AEW6bLiVepzH542kN-fRsZnxUK0hY-1KKSmc5hhv9CQ0d2jDfLjM9Stpk_hJm7Fdp4JA67Y5_RNEU_PCRIYmMPsrH0-dw=@protonmail.com> (phodina@protonmail.com's message of "Wed, 06 Apr 2022 12:40:01 +0000") Message-ID: <87o80k6mx1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651238835; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to: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=mrgLQRx+dmOG2nNWvj4ifrihsf/jCHiNC4wb9x6TF10=; b=bi2sgHX6AP+DrnjVblr+yaVZiXZ7aCXD+kGkEb2Kpshi31taOirG+8ir1GNqdMf3R8d2x/ X0ohD7vNGHwEkP+6FuPiat4tDAJsMY8M+Y3gEiWonImNQUMnm/0yyPheX/D6cmgWtVFOkd tIOrwU16IQFA2cQ7U7Jte39yb+lXH2i5ji2b9GoiWpDgxQKU+T0yidgMWokqK2qo2r5Rsb p0YIQe/+M1o5FB5SgiaBh6+3hh7aUskv05MNvseUtlH6TQjYIWAUkKh2Y0GSyiEXftig9r nK6tpp3X6knjKzTeuJiFrGUaP77cSJwWYAOa0QBQgyHhu3yKwdVwcDJnGv9Wag== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651238835; a=rsa-sha256; cv=none; b=PV88R4M3biypwKDM2dHYzRo3X5X6++6iK0EO4rLZO1UcTWYe+o3WrvJCrGjTeVGdu1D68s WHWbJnVbLMY8D095TjpQUd1XjHynvUTJuxmylEs6Ye9eePO5YU63lIdpMNO18foLVuzsat HUxDmqYXOrKdeB8mcZ1BVuU7Q7dCToBuaXKZypi8C/r8WBwVMKBpBb43uYdktHKe5Tcj// o+FNXkwqq/sa57yQT0PqdO2JE37Z1cXnqsvlMDClPwsGimXVHbdG87vmfwkzTKmjmGDDjL 5d4+DKf3lCz2AXXXN2iRtFvfSbv+/rAKn8UgF2vfdC8knQrE7870EsECzVSIbg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=F0Ul2yKz; 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" X-Migadu-Spam-Score: -2.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=F0Ul2yKz; 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" X-Migadu-Queue-Id: CEE0524DB3 X-Spam-Score: -2.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: Z2Am943epS1c --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, phodina skribis: > From 1a2e8b39f30d8ef38041a42b3718598c147f15b2 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Wed, 6 Apr 2022 14:36:49 +0200 > Subject: [PATCH] gnu: Add envytools. > > * gnu/packages/hardware.scm (envytools): New variable. > Applied with the cosmetic changes below. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index a0db34400c..38bc3881b9 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -89,7 +89,7 @@ (define-public envytools (revision "1")) (package (name "envytools") - (version (git-version "0.1-pre" revision commit)) + (version (git-version "0.1" revision commit)) (home-page "https://github.com/envytools/envytools") (source (origin (method git-fetch) @@ -103,9 +103,11 @@ (define-public envytools (build-system cmake-build-system) (native-inputs (list bison flex pkg-config)) (inputs (list libxml2 python)) - (synopsis "Tools for exploring Nvidia blob driver") + (synopsis "Reverse-engineering tools for Nvidia's proprietary GPU drivers") (description - "This package provides tools for exploring Nvidia binary driver.") + "This package provides tools for exploring Nvidia's proprietary GPU +drivers, including an assembler and a disassembler for several GPU instruction +sets, and tools to deal with register databases.") (license license:expat)))) (define-public hwinfo --=-=-=--