Unverified Commit 05693dfd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #293609 from...

Merge pull request #293609 from trofi/python3Packages.pybind11-drop-redundant-disable-warnings-if-gcc13

python3Packages.pybind11: drop redundant `disable-warnings-if-gcc13`
parents 5097a56b 3e745860
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 { };