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

This commit is contained in:
Sergei Trofimovich
2024-03-05 22:47:15 +00:00
parent 0cfd293af3
commit 3e745860a4
+1 -1
View File
@@ -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 { };