Unverified Commit 0ee42637 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

python3Packages.tensorflow: avoid deprecated override of pybind11 (#479764)

parents b82ccf76 4d8ab9da
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -329,8 +329,10 @@ let
      jsoncpp
      libjpeg_turbo
      libpng
      (pybind11.overridePythonAttrs (_: {
      (pybind11.override (prev: {
        buildPythonPackage = prev.buildPythonPackage.override {
          inherit stdenv;
        };
      }))
      snappy-cpp
      sqlite