gnu: python-termstyle: Use INVOKE.
* gnu/packages/python-xyz.scm (python-termstyle)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									6568bd5df2
								
							
						
					
					
						commit
						831080a69b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10549,7 +10549,7 @@ PNG, JPEG, JPEG2000 and GIF files in pure Python.")
 | 
			
		|||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'check
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (zero? (system* "python" "test3.py")))))))
 | 
			
		||||
             (invoke "python" "test3.py"))))))
 | 
			
		||||
    (home-page "https://github.com/gfxmonk/termstyle")
 | 
			
		||||
    (synopsis "Console text coloring for Python")
 | 
			
		||||
    (description "This package provides console text coloring for Python.")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue