gnu: gjs: Use the test-only Xorg variant for tests.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS.
This commit is contained in:
		
							parent
							
								
									4ca23a3d22
								
							
						
					
					
						commit
						ebebee94f3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -4721,7 +4721,7 @@ configuration program to choose applications starting on login.")
 | 
				
			||||||
       ;; For testing
 | 
					       ;; For testing
 | 
				
			||||||
       ("dbus-launch" ,dbus)
 | 
					       ("dbus-launch" ,dbus)
 | 
				
			||||||
       ("uuidgen" ,util-linux)
 | 
					       ("uuidgen" ,util-linux)
 | 
				
			||||||
       ("xvfb" ,xorg-server)))
 | 
					       ("xvfb" ,xorg-server-for-tests)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     ;; These are all in the Requires.private field of gjs-1.0.pc.
 | 
					     ;; These are all in the Requires.private field of gjs-1.0.pc.
 | 
				
			||||||
     `(("cairo" ,cairo)
 | 
					     `(("cairo" ,cairo)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue