diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 00:48:30 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:04 +0200 |
commit | 3f169cb4e864b626d5be2c7f8430046e1612a973 (patch) | |
tree | ad94681a44001510951bf4264d63adea3a966bdd /gnu | |
parent | f39384ec3b47d600e4cd22dd871536edd12e330f (diff) | |
download | guix-3f169cb4e864b626d5be2c7f8430046e1612a973.tar.gz |
gnu: gst-plugins-bad: Include python phases.
* gnu/packages/gstreamer.scm (gst-plugins-bad) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 7499810a35..0c21601689 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -712,6 +712,7 @@ model to base your own plug-in on, here it is.") (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 'fix-build-errors |