gnu: vala: Build Vala API (.vapi) generator.
* gnu/packages/gnome.scm (vala)[arguments]: Pass --enable-apigen to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									6064a4e84a
								
							
						
					
					
						commit
						0a387b14f1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1729,7 +1729,9 @@ passwords in the GNOME keyring.")
 | 
			
		|||
                       (setenv "CC" "gcc")
 | 
			
		||||
                       ;; For missing '/etc/machine-id'.
 | 
			
		||||
                       (setenv "DBUS_FATAL_WARNINGS" "0")
 | 
			
		||||
                       #t)))))
 | 
			
		||||
                       #t)))
 | 
			
		||||
       ;; Build the Vala API generator
 | 
			
		||||
       #:configure-flags '("--enable-vapigen")))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
       ("flex" ,flex)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue