me
/
guix
Archived
1
0
Fork 0

gnu: igt-gpu-tools: Rework custom phases.

* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Use custom 'autogen
phase to replace 'bootstrap phase.
master
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
1 changed files with 1 additions and 1 deletions

View File

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