Revert "python3Packages.scikit-learn: hack-fix missing libstdc++"

This reverts commit 46f29d4bd6.
This commit is contained in:
Adam Joseph 2023-04-08 12:30:33 -07:00 committed by Artturin
parent b1d4dfddaf
commit 88fc226615

View file

@ -55,9 +55,6 @@ buildPythonPackage rec {
export SKLEARN_BUILD_PARALLEL=$NIX_BUILD_CORES
'';
# TODO: a proper fix? See around PR #225220
NIX_LDFLAGS = if stdenv.cc.isGNU then "-L${stdenv.cc.cc.lib}/lib" else null;
doCheck = !stdenv.isAarch64;
disabledTests = [