remove PKG_CONFIG_PATH from profileRelativeEnvVars

This commit is contained in:
Benno Fünfstück 2015-08-19 13:16:23 +02:00
parent 31a27c44c8
commit c68eaeb8aa

View File

@ -33,7 +33,6 @@ in
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];
PERL5LIB = [ "/lib/perl5/site_perl" ];
KDEDIRS = [ "" ];