gnu: gjs: Remove input labels.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									059675706d
								
							
						
					
					
						commit
						b05afdda39
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -7370,14 +7370,14 @@ configuration program to choose applications starting on login.")
 | 
				
			||||||
             ;; For the missing /etc/machine-id.
 | 
					             ;; For the missing /etc/machine-id.
 | 
				
			||||||
             (setenv "DBUS_FATAL_WARNINGS" "0"))))))
 | 
					             (setenv "DBUS_FATAL_WARNINGS" "0"))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("glib:bin" ,glib "bin")       ; for glib-compile-resources
 | 
					     (list `(,glib "bin")               ;for glib-compile-resources
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					           pkg-config
 | 
				
			||||||
       ("xmllint" ,libxml2)
 | 
					           libxml2
 | 
				
			||||||
           ;; For testing
 | 
					           ;; For testing
 | 
				
			||||||
       ("dbus-launch" ,dbus)
 | 
					           dbus
 | 
				
			||||||
       ("dconf" ,dconf) ; required to properly store settings
 | 
					           dconf                        ;required to properly store settings
 | 
				
			||||||
       ("uuidgen" ,util-linux)
 | 
					           util-linux
 | 
				
			||||||
       ("xvfb" ,xorg-server-for-tests)))
 | 
					           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.
 | 
				
			||||||
     (list cairo gobject-introspection mozjs-78))
 | 
					     (list cairo gobject-introspection mozjs-78))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue