gnu: xfconf: Add support for gobject-introspection.
* gnu/packages/xfce.scm (xfconf): Add gobject-introspection to native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f8c143a713
								
							
						
					
					
						commit
						2c10c4182c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -140,8 +140,8 @@ Xfce Desktop Environment.")
 | 
			
		|||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
       ("intltool" ,intltool)
 | 
			
		||||
       ("glib:bin" ,glib "bin")         ;; for gdbus-codegen
 | 
			
		||||
       ))
 | 
			
		||||
       ("glib:bin" ,glib "bin") ;; for gdbus-codegen
 | 
			
		||||
       ("gobject-introspection" ,gobject-introspection)))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     ;; libxfconf-0.pc refers to all these.
 | 
			
		||||
     `(("glib" ,glib)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue