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.
This commit is contained in:
David Thompson 2015-02-07 21:09:48 -05:00
parent 59c4cceea8
commit 5294768ce3
1 changed files with 2 additions and 2 deletions

View File

@ -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.