python.pkgs.dm-sonnet: fix build with bazel 0.27 (#63806)
This commit is contained in:
parent
4f499b1108
commit
6ee5152e71
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ let
|
|||
sha256 = "0q7mz69nzng8i6pn3h0va79q4nh60jfjjj9crric8g6dmdwc3h1i";
|
||||
};
|
||||
|
||||
bazelFlags = [
|
||||
# https://github.com/deepmind/sonnet/issues/134
|
||||
"--incompatible_disable_deprecated_attr_params=false"
|
||||
];
|
||||
|
||||
buildAttrs = {
|
||||
preBuild = ''
|
||||
patchShebangs .
|
||||
|
|
Loading…
Reference in a new issue