about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-05-30 00:23:34 +0200
committerGitHub <noreply@github.com>2018-05-30 00:23:34 +0200
commitc4e9ebc248f32ac6e4d843273abc28c8ef22eb44 (patch)
tree101ea1846463b972fcae129f74d59c14a5182018 /nixos
parent7a23f1accaccdbadfb28da89e00c2489aa96245c (diff)
parent74442da768d4dc74f182b3623416a2bbeea32460 (diff)
downloadnixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar.gz
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar.bz2
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar.lz
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar.xz
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.tar.zst
nixlib-c4e9ebc248f32ac6e4d843273abc28c8ef22eb44.zip
Merge pull request #38791 from LnL7/nixos-profile-variables
nixos: remove PKG_CONFIG_PATH/PERL5LIB environment variables
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/environment.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 401d152941a0..06ebb7bc729b 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -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" ];