scikit-learn: remove unused environment variable in build script (#325522)

authored by Colin and committed by GitHub 4d8739af 25c60ad2

-4
-4
pkgs/development/python-modules/scikit-learn/default.nix
··· 75 75 76 76 env.LC_ALL = "en_US.UTF-8"; 77 77 78 - preBuild = '' 79 - export SKLEARN_BUILD_PARALLEL=$NIX_BUILD_CORES 80 - ''; 81 - 82 78 # PermissionError: [Errno 1] Operation not permitted: '/nix/nix-installer' 83 79 doCheck = !stdenv.hostPlatform.isDarwin; 84 80