gnu: at-spi2-atk: Use invoke.
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
This commit is contained in:
		
							parent
							
								
									122ad429dc
								
							
						
					
					
						commit
						f9b282f484
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -585,7 +585,7 @@ is part of the GNOME accessibility project.")
 | 
				
			||||||
                 ;; Run test-suite under a dbus session.
 | 
					                 ;; Run test-suite under a dbus session.
 | 
				
			||||||
                 (lambda _
 | 
					                 (lambda _
 | 
				
			||||||
                   (setenv "DBUS_FATAL_WARNINGS" "0")
 | 
					                   (setenv "DBUS_FATAL_WARNINGS" "0")
 | 
				
			||||||
                   (zero? (system* "dbus-launch" "make" "check")))))))
 | 
					                   (invoke "dbus-launch" "make" "check"))))))
 | 
				
			||||||
   (propagated-inputs
 | 
					   (propagated-inputs
 | 
				
			||||||
    `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
 | 
					    `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue