mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 14:10:38 +02:00
gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.
* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
This commit is contained in:
@@ -171,6 +171,10 @@ This package provides the core library and elements.")
|
|||||||
;; for g-ir-scanner.
|
;; for g-ir-scanner.
|
||||||
(setenv "CC" "gcc"))
|
(setenv "CC" "gcc"))
|
||||||
%standard-phases)))
|
%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/")
|
(home-page "http://gstreamer.freedesktop.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Plugins for the GStreamer multimedia library")
|
"Plugins for the GStreamer multimedia library")
|
||||||
|
|||||||
Reference in New Issue
Block a user