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
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 1 additions and 1 deletions

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;