Skip to content
Snippets Groups Projects
Commit e53fc0c8 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.

* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
parent 187731a5
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,10 @@ (define-public gst-plugins-base
;; 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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment