nixos/environment: drop QT_PLUGIN_PATH for qt4 and kde4 as they has been removed

This commit is contained in:
Nick Cao 2023-09-12 18:43:09 -04:00
parent 3edd86755d
commit c463b4f200
No known key found for this signature in database

View File

@ -38,7 +38,6 @@ in
{ PATH = [ "/bin" ];
INFOPATH = [ "/info" "/share/info" ];
KDEDIRS = [ "" ];
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" "/lib/gtk-4.0" ];
XDG_CONFIG_DIRS = [ "/etc/xdg" ];