mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: igt-gpu-tools: Rework custom phases.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Use custom 'autogen phase to replace 'bootstrap phase.
This commit is contained in:
parent
72bc58f850
commit
355ba48c46
1 changed files with 1 additions and 1 deletions
|
@ -2606,7 +2606,7 @@ (define-public igt-gpu-tools
|
|||
`(#:tests? #f ; many of the tests try to load kernel modules
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
;; Don't run configure in this phase.
|
||||
(setenv "NOCONFIGURE" "1")
|
||||
|
|
Loading…
Reference in a new issue