3
0
Fork 0
forked from mirrors/nixpkgs

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

nixos: remove PKG_CONFIG_PATH/PERL5LIB environment variables
This commit is contained in:
Daiderd Jordan 2018-05-30 00:23:34 +02:00 committed by GitHub
commit c4e9ebc248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,6 @@ in
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
PERL5LIB = [ "/lib/perl5/site_perl" ];
KDEDIRS = [ "" ];
STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];