mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
python3Packages.scikit-learn: Remove unused environment variable in build script
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user