bazel_0_29: init at 0.29.1

Needed for Tensorflow 2.1
This commit is contained in:
John Ericson
2020-03-30 04:28:34 +00:00
parent 6c7b2ac58e
commit d4de62dedd
8 changed files with 1157 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, pkgs, bazel_0, buildBazelPackage, lib, fetchFromGitHub, fetchpatch, symlinkJoin
{ stdenv, pkgs, bazel_0_26, buildBazelPackage, lib, fetchFromGitHub, fetchpatch, symlinkJoin
, addOpenGLRunpath
# Python deps
, buildPythonPackage, isPy3k, isPy27, pythonOlder, pythonAtLeast, python
@@ -94,7 +94,7 @@ let
bazel-build = buildBazelPackage {
name = "${pname}-${version}";
bazel = bazel_0;
bazel = bazel_0_26;
src = fetchFromGitHub {
owner = "tensorflow";