guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 15/15: gnu: igt-gpu-tools: Rework custom phases.
Date: Wed, 7 Aug 2019 13:07:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 355ba48c463a786149cb6bef8396090c0d6d3498
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:43:27 2019 +0300

    gnu: igt-gpu-tools: Rework custom phases.
    
    * gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Use custom 'autogen
    phase to replace 'bootstrap phase.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c3b1e04..393dcb2 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]