mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: igt-gpu-tools: Include man pages.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Add a new 'find-rst2man.py phase. (native-inputs): Add python-docutils.
This commit is contained in:
parent
cf879dc0b6
commit
c4b786fb33
1 changed files with 5 additions and 1 deletions
|
@ -3550,6 +3550,10 @@ (define-public igt-gpu-tools
|
||||||
`(#:tests? #f ; many of the tests try to load kernel modules
|
`(#:tests? #f ; many of the tests try to load kernel modules
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'find-rst2man.py
|
||||||
|
(lambda _
|
||||||
|
(substitute* "man/meson.build"
|
||||||
|
(("'rst2man'") "'rst2man.py'"))))
|
||||||
(add-after 'unpack 'fix-meson.build
|
(add-after 'unpack 'fix-meson.build
|
||||||
;; Fix ‘ERROR: Function does not take positional arguments.’
|
;; Fix ‘ERROR: Function does not take positional arguments.’
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -3566,7 +3570,7 @@ (define-public igt-gpu-tools
|
||||||
libunwind
|
libunwind
|
||||||
procps))
|
procps))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex pkg-config))
|
(list bison flex pkg-config python-docutils))
|
||||||
(home-page "https://gitlab.freedesktop.org/drm/igt-gpu-tools")
|
(home-page "https://gitlab.freedesktop.org/drm/igt-gpu-tools")
|
||||||
(synopsis "Tools for development and testing of the Intel DRM driver")
|
(synopsis "Tools for development and testing of the Intel DRM driver")
|
||||||
(description "IGT GPU Tools is a collection of tools for development and
|
(description "IGT GPU Tools is a collection of tools for development and
|
||||||
|
|
Loading…
Reference in a new issue