mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
59c4cceea8
commit
5294768ce3
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@ (module "tidy")
|
||||||
"14dsnmirjcrvwsffqp3as70qr6bbfaig2fv3zvs5g7005jrsbvpb"))))
|
"14dsnmirjcrvwsffqp3as70qr6bbfaig2fv3zvs5g7005jrsbvpb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-before
|
'(#:phases (alist-cons-after
|
||||||
'configure 'bootstrap
|
'unpack 'bootstrap
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; configure.in and Makefile.am aren't in the root of the
|
;; configure.in and Makefile.am aren't in the root of the
|
||||||
;; source tree.
|
;; source tree.
|
||||||
|
|
Loading…
Reference in a new issue