[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gst-plugins-good, gst-plugins-ugly: Add missing common phase
From: |
guix-commits |
Subject: |
02/02: gnu: gst-plugins-good, gst-plugins-ugly: Add missing common phases. |
Date: |
Fri, 27 Nov 2020 13:34:03 -0500 (EST) |
nckx pushed a commit to branch staging
in repository guix.
commit 081d8a34bf77bc8489655ee18fa60ae4a37e8f15
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 27 19:01:01 2020 +0100
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(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5392f4a..256f298 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.