python3Packages.tensorflow: avoid deprecated override of pybind11

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
This commit is contained in:
Martin Joerg
2026-01-14 15:31:41 +00:00
co-authored by Matt Sturgeon
parent 110493e246
commit 4d8ab9da2b
@@ -330,8 +330,10 @@ let
jsoncpp
libjpeg_turbo
libpng
(pybind11.overridePythonAttrs (_: {
inherit stdenv;
(pybind11.override (prev: {
buildPythonPackage = prev.buildPythonPackage.override {
inherit stdenv;
};
}))
snappy-cpp
sqlite