From 5294768ce303e4d12f215fc58c3ab016202b9cdb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 7 Feb 2015 21:09:48 -0500 Subject: 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 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 0e3bf14d0d..419e531fb6 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. -- cgit v1.2.3