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 @@ UTS#46")
 | 
				
			||||||
                "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.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue