Commit 3e745860 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

python3Packages.pybind11: drop redundant `disable-warnings-if-gcc13`

parent 0cfd293a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10343,7 +10343,7 @@ self: super: with self; {
  pybigwig = callPackage ../development/python-modules/pybigwig { };
  pybind11 = pkgs.disable-warnings-if-gcc13 (callPackage ../development/python-modules/pybind11 { });
  pybind11 = callPackage ../development/python-modules/pybind11 { };
  pybindgen = callPackage ../development/python-modules/pybindgen { };