gnu: gsettings-desktop-schemas: Fix cross-compiling.
* gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									3f45c3b12b
								
							
						
					
					
						commit
						713da38002
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2702,7 +2702,7 @@ on the GNOME Desktop with a single simple application.")
 | 
				
			||||||
                                                 "/share/backgrounds/gnome"))
 | 
					                                                 "/share/backgrounds/gnome"))
 | 
				
			||||||
                        ;; Do not reference fonts, that may not exist.
 | 
					                        ;; Do not reference fonts, that may not exist.
 | 
				
			||||||
                        (("'Source Code Pro 10'") "'Monospace 11'")))))))
 | 
					                        (("'Source Code Pro 10'") "'Monospace 11'")))))))
 | 
				
			||||||
    (inputs (list glib gnome-backgrounds))
 | 
					    (inputs (list glib gnome-backgrounds gobject-introspection))
 | 
				
			||||||
    (native-inputs (list gettext-minimal
 | 
					    (native-inputs (list gettext-minimal
 | 
				
			||||||
                         `(,glib "bin") ;glib-compile-schemas, etc.
 | 
					                         `(,glib "bin") ;glib-compile-schemas, etc.
 | 
				
			||||||
                         gobject-introspection
 | 
					                         gobject-introspection
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue