summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-03 19:21:55 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-10 07:26:40 -0600
commitedd43351cfa861a5e641a4c25666bbd3bc181f67 (patch)
tree00791511061fda863242a2367003583fd1e0cd16 /nixos/modules/services/x11
parent5a05f6f48316f04904eabc9fdb411b093d59dc1c (diff)
downloadnixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar.gz
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar.bz2
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar.lz
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar.xz
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.tar.zst
nixpkgs-edd43351cfa861a5e641a4c25666bbd3bc181f67.zip
nixos/plasma5: no need to set gstreamer plugin path
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 15ffd330e72..4afd8a58d64 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -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";
       };