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:
Efraim Flashner 2019-08-07 19:43:27 +03:00
parent 72bc58f850
commit 355ba48c46
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")