all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: phodina <phodina@protonmail.com>
Cc: 54748-done@debbugs.gnu.org
Subject: bug#54748: [PATCH] gnu: Add envytools.
Date: Fri, 29 Apr 2022 15:26:18 +0200	[thread overview]
Message-ID: <87o80k6mx1.fsf@gnu.org> (raw)
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")

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1185 bytes --]

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

      reply	other threads:[~2022-04-29 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 12:40 [bug#54748] [PATCH] gnu: Add envytools phodina via Guix-patches via
2022-04-29 13:26 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o80k6mx1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=54748-done@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.