gnu: gst-plugins-good, gst-plugins-ugly: Add missing common phases.

* gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-ugly)
[arguments]: Run the %common-gstreamer-phases.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-27 19:01:01 +01:00
parent 93ae39dfcd
commit 081d8a34bf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -598,6 +598,7 @@ (define-public gst-plugins-good
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases
(modify-phases %standard-phases
,@%common-gstreamer-phases
(add-after 'unpack 'fix-broken-test
(lambda _
;; Fix test failure on 32-bit. Remove for > 1.18.1.
@ -802,6 +803,7 @@ (define-public gst-plugins-ugly
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases
(modify-phases %standard-phases
,@%common-gstreamer-phases
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.