gnu: gstreamer: Enable GObject introspection.
* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection to 'native-inputs'. [arguments]: New field.
This commit is contained in:
		
							parent
							
								
									302393bc7c
								
							
						
					
					
						commit
						0f998a140e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -88,11 +88,13 @@ arrays of data.") | |||
|        (base32 | ||||
|         "1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments '(#:make-flags '("CC=gcc"))) ; for g-ir-scanner. | ||||
|     (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc. | ||||
|     (native-inputs | ||||
|      `(("bison" ,bison) | ||||
|        ("flex" ,flex) | ||||
|        ("glib" ,glib "bin") | ||||
|        ("gobject-introspection" ,gobject-introspection) | ||||
|        ("perl" ,perl) | ||||
|        ("pkg-config" ,pkg-config) | ||||
|        ("python-wrapper" ,python-wrapper))) | ||||
|  |  | |||
		Reference in a new issue