emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54748: closed ([PATCH] gnu: Add envytools.)


From: GNU bug Tracking System
Subject: bug#54748: closed ([PATCH] gnu: Add envytools.)
Date: Fri, 29 Apr 2022 13:27:02 +0000

Your message dated Fri, 29 Apr 2022 15:26:18 +0200
with message-id <87o80k6mx1.fsf@gnu.org>
and subject line Re: bug#54748: [PATCH] gnu: Add envytools.
has caused the debbugs.gnu.org bug report #54748,
regarding [PATCH] gnu: Add envytools.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54748: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54748
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add envytools. Date: Wed, 06 Apr 2022 12:40:01 +0000
Empty Message

Attachment: 0001-gnu-Add-envytools.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#54748: [PATCH] gnu: Add envytools. Date: Fri, 29 Apr 2022 15:26:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

phodina <phodina@protonmail.com> skribis:

> From 1a2e8b39f30d8ef38041a42b3718598c147f15b2 Mon Sep 17 00:00:00 2001
> From: Petr Hodina <phodina@protonmail.com>
> 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’.

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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]