pybind: disable-warnings-if-gcc13

This commit is contained in:
Adam Joseph
2023-12-07 09:11:37 +00:00
committed by Adam Joseph
parent 8df1400e1d
commit 01daef2253
+1 -1
View File
@@ -9935,7 +9935,7 @@ self: super: with self; {
pybigwig = callPackage ../development/python-modules/pybigwig { };
pybind11 = callPackage ../development/python-modules/pybind11 { };
pybind11 = pkgs.disable-warnings-if-gcc13 (callPackage ../development/python-modules/pybind11 { });
pybindgen = callPackage ../development/python-modules/pybindgen { };