Revert "python3Packages.scikit-learn: hack-fix missing libstdc++"
This reverts commit 46f29d4bd6
.
This commit is contained in:
parent
b1d4dfddaf
commit
88fc226615
1 changed files with 0 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue