mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python.pkgs.dm-sonnet: fix build with bazel 0.27 (#63806)
This commit is contained in:
parent
4f499b1108
commit
6ee5152e71
@ -38,6 +38,11 @@ let
|
|||||||
sha256 = "0q7mz69nzng8i6pn3h0va79q4nh60jfjjj9crric8g6dmdwc3h1i";
|
sha256 = "0q7mz69nzng8i6pn3h0va79q4nh60jfjjj9crric8g6dmdwc3h1i";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bazelFlags = [
|
||||||
|
# https://github.com/deepmind/sonnet/issues/134
|
||||||
|
"--incompatible_disable_deprecated_attr_params=false"
|
||||||
|
];
|
||||||
|
|
||||||
buildAttrs = {
|
buildAttrs = {
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
Loading…
Reference in New Issue
Block a user