Merge pull request #38791 from LnL7/nixos-profile-variables

nixos: remove PKG_CONFIG_PATH/PERL5LIB environment variables

authored by

Daiderd Jordan and committed by
GitHub
c4e9ebc2 7a23f1ac

-2
-2
nixos/modules/programs/environment.nix
··· 33 33 environment.profileRelativeEnvVars = 34 34 { PATH = [ "/bin" ]; 35 35 INFOPATH = [ "/info" "/share/info" ]; 36 - PKG_CONFIG_PATH = [ "/lib/pkgconfig" ]; 37 - PERL5LIB = [ "/lib/perl5/site_perl" ]; 38 36 KDEDIRS = [ "" ]; 39 37 STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ]; 40 38 QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];