gnu: ibus-theme-tools: Do not delete check phase.
* gnu/packages/ibus.scm (ibus-theme-tools)[#:tests?]: Add with value #f and an appropriate comment. [#:phases]: Drop.
This commit is contained in:
		
							parent
							
								
									6972c4f212
								
							
						
					
					
						commit
						f0a30bf8aa
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -791,9 +791,7 @@ hanja dictionary and small hangul character classification.")
 | 
			
		|||
         "0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (delete 'check))))
 | 
			
		||||
     `(#:tests? #f)) ; No tests
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("python-tinycss2" ,python-tinycss2)
 | 
			
		||||
       ("python-pygobject" ,python-pygobject)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue