python3Packages.tensorflow: use tensorflow-build on darwin

The tensorflow-bin is currently broken.
This commit is contained in:
Dmitry Kalinkin
2019-11-26 22:51:59 -05:00
parent 9c42df8d3e
commit 074dbdd81d

View File

@@ -6183,7 +6183,7 @@ in {
inherit (pkgs.darwin.apple_sdk.frameworks) Foundation Security;
};
tensorflow = if stdenv.isDarwin then self.tensorflow-bin else self.tensorflow-build;
tensorflow = self.tensorflow-build;
tensorflowWithoutCuda = self.tensorflow.override {
cudaSupport = false;