summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-05-19 17:28:12 +0800
committer宋文武 <iyzsong@gmail.com>2015-05-19 17:28:12 +0800
commite53fc0c8a33b1ea4f8503aca899da34ff9ebaa3c (patch)
tree5781c91884a914cf41215ec364839e11c9eb73a7 /gnu
parent187731a596f1a74ca4462fede51999c734aba578 (diff)
downloadguix-patches-e53fc0c8a33b1ea4f8503aca899da34ff9ebaa3c.tar
guix-patches-e53fc0c8a33b1ea4f8503aca899da34ff9ebaa3c.tar.gz
gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.
* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 03aecdfa53..24dc41b703 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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")