libreoffice: fix gstreamer paths (#497732)
This commit is contained in:
@@ -706,7 +706,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
gstreamer
|
||||
gstreamer.out
|
||||
];
|
||||
qmlPackages = [
|
||||
kdePackages.ki18n
|
||||
|
||||
@@ -54,7 +54,7 @@ let
|
||||
"--prefix"
|
||||
"GST_PLUGIN_SYSTEM_PATH_1_0"
|
||||
":"
|
||||
"${lib.makeSearchPath "lib/girepository-1.0" unwrapped.gst_packages}"
|
||||
"${lib.makeSearchPath "lib/gstreamer-1.0" unwrapped.gst_packages}"
|
||||
"--suffix"
|
||||
"PATH"
|
||||
":"
|
||||
|
||||
Reference in New Issue
Block a user