mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: igt-gpu-tools: Update to 1.27.1.
* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.27.1. [arguments]: Remove 'fix-meson.build phase.
This commit is contained in:
parent
19d58dbc24
commit
78ebd3408a
1 changed files with 4 additions and 11 deletions
|
@ -3839,17 +3839,16 @@ buffers.")
|
||||||
(define-public igt-gpu-tools
|
(define-public igt-gpu-tools
|
||||||
(package
|
(package
|
||||||
(name "igt-gpu-tools")
|
(name "igt-gpu-tools")
|
||||||
;; You should very likely remove the 'fix-meson.build phase when upgrading.
|
(version "1.27.1")
|
||||||
(version "1.26")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.freedesktop.org/drm/igt-gpu-tools.git")
|
(url "https://gitlab.freedesktop.org/drm/igt-gpu-tools.git")
|
||||||
(commit (string-append "igt-gpu-tools-" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m124pqv7zna25jnvk566c4kk628jr0w8mgnp8mr5xqz9cprgczm"))))
|
(base32 "0d6jsj77qddccv0vfmqmbw3k2prvxzvmgc8zdi83gdi3wpp5i7zd"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; many of the tests try to load kernel modules
|
`(#:tests? #f ; many of the tests try to load kernel modules
|
||||||
|
@ -3858,13 +3857,7 @@ buffers.")
|
||||||
(add-after 'unpack 'find-rst2man.py
|
(add-after 'unpack 'find-rst2man.py
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "man/meson.build"
|
(substitute* "man/meson.build"
|
||||||
(("'rst2man'") "'rst2man.py'"))))
|
(("'rst2man'") "'rst2man.py'")))))))
|
||||||
(add-after 'unpack 'fix-meson.build
|
|
||||||
;; Fix ‘ERROR: Function does not take positional arguments.’
|
|
||||||
(lambda _
|
|
||||||
(substitute* "lib/meson.build"
|
|
||||||
(("f\\.underscorify\\(f\\)")
|
|
||||||
"f.underscorify()")))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo
|
(list cairo
|
||||||
elfutils ; libdw
|
elfutils ; libdw
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue