mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gst-plugins-good: Include python phases.
* gnu/packages/gstreamer.scm (gst-plugins-good) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
f7dc2daccf
commit
57ce2f7617
1 changed files with 1 additions and 0 deletions
|
@ -615,6 +615,7 @@ (define-public gst-plugins-good
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue