summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/environment.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-10-17 09:39:40 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-10-30 16:10:37 -0500
commit80670a2d13d87b6d1f58f86a8df241b09512cba6 (patch)
treeb228840bef3301d642623590005bf1e912358bf4 /nixos/modules/programs/environment.nix
parente4873abc262aa21880a41f75f079c7384c07ba74 (diff)
nixos/environment: don't set Qt 5 paths
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-rw-r--r--nixos/modules/programs/environment.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 52f6cc221119..a35b5cc9513e 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -38,9 +38,7 @@ in
PERL5LIB = [ "/lib/perl5/site_perl" ];
KDEDIRS = [ "" ];
STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
- QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" "/lib/qt5/plugins" ];
- QML_IMPORT_PATH = [ "/lib/qt5/imports" ];
- QML2_IMPORT_PATH = [ "/lib/qt5/qml" ];
+ QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];
QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ];
GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];
XDG_CONFIG_DIRS = [ "/etc/xdg" ];