python3Packages.tensorflow: avoid deprecated override of pybind11
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user