~ruther/guix-local

e53fc0c8a33b1ea4f8503aca899da34ff9ebaa3c — 宋文武 11 years ago 187731a
gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.

* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +4 -0
@@ 171,6 171,10 @@ This package provides the core library and elements.")
          ;; for g-ir-scanner.
          (setenv "CC" "gcc"))
        %standard-phases)))
    (native-search-paths
     (list (search-path-specification
            (variable "GST_PLUGIN_SYSTEM_PATH")
            (files '("lib/gstreamer-1.0")))))
    (home-page "http://gstreamer.freedesktop.org/")
    (synopsis
     "Plugins for the GStreamer multimedia library")