3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gst-plugins-base: Use 'modify-phases'.

* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: Use
'modify-phases'.
This commit is contained in:
Efraim Flashner 2016-01-19 12:52:35 +02:00 committed by Mark H Weaver
parent db12dac05c
commit cda6aaf079

View file

@ -180,12 +180,11 @@ This package provides the core library and elements.")
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))
#:phases
(alist-cons-before
'configure 'patch
(lambda _
(substitute* "tests/check/libs/pbutils.c"
(("/bin/sh") (which "sh"))))
%standard-phases)))
(modify-phases %standard-phases
(add-before 'configure 'patch
(lambda _
(substitute* "tests/check/libs/pbutils.c"
(("/bin/sh") (which "sh"))))))))
(home-page "http://gstreamer.freedesktop.org/")
(synopsis
"Plugins for the GStreamer multimedia library")