mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
93ae39dfcd
commit
081d8a34bf
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue