From 081d8a34bf77bc8489655ee18fa60ae4a37e8f15 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 27 Nov 2020 19:01:01 +0100 Subject: 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. --- gnu/packages/gstreamer.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gstreamer.scm') diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 5392f4ad38..256f298346 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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. -- cgit v1.2.3