~ruther/guix-local

cda6aaf0794bfb84d737a3a850ac5e7508cc3c1b — Efraim Flashner 10 years ago db12dac
gnu: gst-plugins-base: Use 'modify-phases'.

* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: Use
'modify-phases'.
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +5 -6
@@ 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")