guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44806] [PATCH staging 2/6] gnu: gst-editing-services: Build with in


From: Leo Prikler
Subject: [bug#44806] [PATCH staging 2/6] gnu: gst-editing-services: Build with introspection.
Date: Sun, 22 Nov 2020 21:36:21 +0100

* gnu/packages/gstreamer.scm (gstreamer-editing-services)[native-inputs]:
Add gobject-introspection and glib:bin.
---
 gnu/packages/gstreamer.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 85c48a6877..d0bc422a98 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -889,6 +889,8 @@ decoders, muxers, and demuxers provided by FFmpeg.")
        ("libxml2" ,libxml2)))
     (native-inputs
      `(("flex" ,flex)
+       ("gobject-introspection" ,gobject-introspection)
+       ("glib:bin" ,glib "bin")
        ("gst-plugins-bad" ,gst-plugins-bad)
        ("gst-plugins-good" ,gst-plugins-good)
        ("perl" ,perl)
-- 
2.29.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]