gnu: igt-gpu-tools: Rework custom phases.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Use custom 'autogen phase to replace 'bootstrap phase.master
parent
72bc58f850
commit
355ba48c46
|
@ -2606,7 +2606,7 @@ buffers.")
|
||||||
`(#: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 'autogen
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Don't run configure in this phase.
|
;; Don't run configure in this phase.
|
||||||
(setenv "NOCONFIGURE" "1")
|
(setenv "NOCONFIGURE" "1")
|
||||||
|
|
Reference in New Issue