mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
187731a596
commit
e53fc0c8a3
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue