dannym pushed a commit to branch wip-desktop
in repository guix.
commit db278413e506bee819c712a4504c9548ed2334fa
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 00:52:29 2020 -0400
gnu: gst-plugins-good: Include python phases.
* gnu/packages/gstreamer.scm (gst-plugins-good) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gstreamer.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a3f7107..8c4bd0d 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -615,6 +615,7 @@ types of elements one would want to write for GStreamer.")
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-docbook-xml