about summary refs log tree commit diff
path: root/nixos/modules/programs/environment.nix
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2014-08-19 09:34:52 +0800
committer宋文武 <iyzsong@gmail.com>2014-08-19 09:34:52 +0800
commit22541ebdaa616a8eabe04c919deee650aff617f5 (patch)
treed12a69a38af16ee177e759412186105df572228c /nixos/modules/programs/environment.nix
parent35945027bf2c788d31c5b59338b67ca39f47eb2c (diff)
downloadnixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar.gz
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar.bz2
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar.lz
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar.xz
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.tar.zst
nixlib-22541ebdaa616a8eabe04c919deee650aff617f5.zip
nixos/environment: do not set GST_PLUGIN_SYSTEM_PATH
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 80c3e83fe812..e7bde81fb23e 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -47,7 +47,6 @@ in
         TERMINFO_DIRS = [ "${i}/share/terminfo" ];
         PERL5LIB = [ "${i}/lib/perl5/site_perl" ];
         ALSA_PLUGIN_DIRS = [ "${i}/lib/alsa-lib" ];
-        GST_PLUGIN_SYSTEM_PATH = [ "${i}/lib/gstreamer-0.10" ];
         KDEDIRS = [ "${i}" ];
         STRIGI_PLUGIN_PATH = [ "${i}/lib/strigi/" ];
         QT_PLUGIN_PATH = [ "${i}/lib/qt4/plugins" "${i}/lib/kde4/plugins" ];