mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixos/plasma5: no need to set gstreamer plugin path
This commit is contained in:
parent
5a05f6f483
commit
edd43351cf
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user