~ruther/guix-local

5294768ce303e4d12f215fc58c3ab016202b9cdb — David Thompson 11 years ago 59c4cce
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +2 -2
@@ 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.