pybind: disable-warnings-if-gcc13
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user