python3Packages.scikit-learn: Remove unused environment variable in build script

This commit is contained in:
Loïc Estève
2024-11-18 22:49:00 +00:00
committed by Colin
parent 1bc481ce87
commit a74d23ffb7
@@ -75,10 +75,6 @@ buildPythonPackage rec {
env.LC_ALL = "en_US.UTF-8";
preBuild = ''
export SKLEARN_BUILD_PARALLEL=$NIX_BUILD_CORES
'';
# PermissionError: [Errno 1] Operation not permitted: '/nix/nix-installer'
doCheck = !stdenv.hostPlatform.isDarwin;