gnu: tilda: Replace bootstrap phase.
* gnu/packages/terminals.scm (tilda)[arguments]: Remove custom 'bootstrap phase and use it to replace default bootstrap phase.
This commit is contained in:
		
							parent
							
								
									d0f3427433
								
							
						
					
					
						commit
						f1c6de3735
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -76,7 +76,7 @@
 | 
			
		|||
    (build-system glib-or-gtk-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases (modify-phases %standard-phases
 | 
			
		||||
                 (add-before 'patch-source-shebangs 'bootstrap
 | 
			
		||||
                 (replace 'bootstrap
 | 
			
		||||
                  (lambda _
 | 
			
		||||
                    (setenv "NOCONFIGURE" "true")
 | 
			
		||||
                    (invoke "sh" "autogen.sh"))))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue