GNU bug report logs - #54748
[PATCH] gnu: Add envytools.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Wed, 6 Apr 2022 12:42:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54748 in the body.
You can then email your comments to 54748 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54748; Package guix-patches. (Wed, 06 Apr 2022 12:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to phodina <phodina <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Apr 2022 12:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add envytools.
Date: Wed, 06 Apr 2022 12:40:01 +0000
[Message part 1 (text/plain, inline)]
Empty Message
[Message part 2 (text/html, inline)]
[0001-gnu-Add-envytools.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 29 Apr 2022 13:27:02 GMT) Full text and rfc822 format available.

Notification sent to phodina <phodina <at> protonmail.com>:
bug acknowledged by developer. (Fri, 29 Apr 2022 13:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 54748-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: phodina <phodina <at> protonmail.com>
Cc: 54748-done <at> debbugs.gnu.org
Subject: Re: bug#54748: [PATCH] gnu: Add envytools.
Date: Fri, 29 Apr 2022 15:26:18 +0200
[Message part 1 (text/plain, inline)]
Hi,

phodina <phodina <at> protonmail.com> skribis:

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

[Message part 2 (text/x-patch, 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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 28 May 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.