1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -598,6 +598,7 @@ for the GStreamer multimedia library.")
`(#: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 @@ par compared to the rest.")
`(#: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.