diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 19:43:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-07 20:06:01 +0300 |
commit | 355ba48c463a786149cb6bef8396090c0d6d3498 (patch) | |
tree | 17a398d649fd23ff8cc4d8e112fa4ab9e9a150c7 /gnu | |
parent | 72bc58f85094985c79760f16beea777d1087ac32 (diff) | |
download | patches-355ba48c463a786149cb6bef8396090c0d6d3498.tar patches-355ba48c463a786149cb6bef8396090c0d6d3498.tar.gz |
gnu: igt-gpu-tools: Rework custom phases.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Use custom 'autogen
phase to replace 'bootstrap phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index c3b1e04901..393dcb21eb 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2606,7 +2606,7 @@ buffers.") `(#: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") |