guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tidy: Run bootstrap phase after the unpack phase.


From: David Thompson
Subject: 01/01: gnu: tidy: Run bootstrap phase after the unpack phase.
Date: Sun, 08 Feb 2015 02:12:25 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 5294768ce303e4d12f215fc58c3ab016202b9cdb
Author: David Thompson <address@hidden>
Date:   Sat Feb 7 21:09:48 2015 -0500

    gnu: tidy: Run bootstrap phase after the unpack phase.
    
    * gnu/packages/web.scm (tidy): Run bootstrap phase after the unpack phase,
      rather than before the configure phase.
---
 gnu/packages/web.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0e3bf14..419e531 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -305,8 +305,8 @@ UTS#46")
                 "14dsnmirjcrvwsffqp3as70qr6bbfaig2fv3zvs5g7005jrsbvpb"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases (alist-cons-before
-                 'configure 'bootstrap
+     '(#:phases (alist-cons-after
+                 'unpack 'bootstrap
                  (lambda* (#:key inputs #:allow-other-keys)
                    ;; configure.in and Makefile.am aren't in the root of the
                    ;; source tree.



reply via email to

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