Skip to content
Snippets Groups Projects
Commit 0f998a14 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: gstreamer: Enable GObject introspection.

* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection
  to 'native-inputs'.
  [arguments]: New field.
parent 302393bc
No related branches found
No related tags found
No related merge requests found
...@@ -88,11 +88,13 @@ (define-public gstreamer ...@@ -88,11 +88,13 @@ (define-public gstreamer
(base32 (base32
"1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020")))) "1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:make-flags '("CC=gcc"))) ; for g-ir-scanner.
(propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc. (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
("flex" ,flex) ("flex" ,flex)
("glib" ,glib "bin") ("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper))) ("python-wrapper" ,python-wrapper)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment