tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/environment: don't set Qt 5 paths
Thomas Tuegel
10 years ago
80670a2d
e4873abc
+1
-3
1 changed file
expand all
collapse all
unified
split
nixos
modules
programs
environment.nix
+1
-3
nixos/modules/programs/environment.nix
···
38
38
PERL5LIB = [ "/lib/perl5/site_perl" ];
39
39
KDEDIRS = [ "" ];
40
40
STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
41
41
-
QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" "/lib/qt5/plugins" ];
42
42
-
QML_IMPORT_PATH = [ "/lib/qt5/imports" ];
43
43
-
QML2_IMPORT_PATH = [ "/lib/qt5/qml" ];
41
41
+
QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];
44
42
QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ];
45
43
GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];
46
44
XDG_CONFIG_DIRS = [ "/etc/xdg" ];