nixos/plasma5: no need to set gstreamer plugin path

This commit is contained in:
Thomas Tuegel 2017-03-03 19:21:55 -06:00
parent 5a05f6f483
commit edd43351cf
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -181,16 +181,6 @@ in
};
environment.variables = {
GST_PLUGIN_SYSTEM_PATH_1_0 =
builtins.map (pkg: getLib pkg + "/lib/gstreamer-1.0")
(with pkgs.gst_all_1; [
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
gst-plugins-bad
gst-libav # for mp3 playback
]);
# Enable GTK applications to load SVG icons
GDK_PIXBUF_MODULE_FILE = "${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache";
};