diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-05-29 06:17:44 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-05-29 06:28:13 +0300 |
| commit | f6ed91ec35e0dced8208b0dd57cfe4eab192739d (patch) | |
| tree | 692642ba0f88b66a56e636fb42f961e5e55914a3 /gnu | |
| parent | 3a72fa155fea62f95d69075cbc70f9fa4a7aaca8 (diff) | |
gnu: igt-gpu-tools: Update to 2.4.
* gnu/packages/admin.scm (igt-gpu-tools): Update to 2.4.
[inputs]: Add pciutils.
Change-Id: I82aaa2425b064a3d04357a3283358ce10c7fda88
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 7dc3b0374ba..c76fdaf1e22 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -4434,7 +4434,7 @@ buffers.") | |||
| 4434 | (define-public igt-gpu-tools | 4434 | (define-public igt-gpu-tools |
| 4435 | (package | 4435 | (package |
| 4436 | (name "igt-gpu-tools") | 4436 | (name "igt-gpu-tools") |
| 4437 | (version "2.3") | 4437 | (version "2.4") |
| 4438 | (source | 4438 | (source |
| 4439 | (origin | 4439 | (origin |
| 4440 | (method git-fetch) | 4440 | (method git-fetch) |
| @@ -4443,7 +4443,7 @@ buffers.") | |||
| 4443 | (commit (string-append "v" version)))) | 4443 | (commit (string-append "v" version)))) |
| 4444 | (file-name (git-file-name name version)) | 4444 | (file-name (git-file-name name version)) |
| 4445 | (sha256 | 4445 | (sha256 |
| 4446 | (base32 "1vyqrsvxraib98r4i6cjmxq7nis480s2ns95v78dscygcci42i8a")))) | 4446 | (base32 "0ijvfa5wamihzbl8l29sc27ml0kmgzlld83jm5mln6bb4bvny4gs")))) |
| 4447 | (build-system meson-build-system) | 4447 | (build-system meson-build-system) |
| 4448 | (arguments | 4448 | (arguments |
| 4449 | `(#:tests? #f ; many of the tests try to load kernel modules | 4449 | `(#:tests? #f ; many of the tests try to load kernel modules |
| @@ -4461,6 +4461,7 @@ buffers.") | |||
| 4461 | libdrm | 4461 | libdrm |
| 4462 | libpciaccess | 4462 | libpciaccess |
| 4463 | libunwind | 4463 | libunwind |
| 4464 | pciutils | ||
| 4464 | procps | 4465 | procps |
| 4465 | python)) | 4466 | python)) |
| 4466 | (native-inputs | 4467 | (native-inputs |
