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

python3Packages.pybind11: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
Mario Rodas 2024-03-07 09:33:27 -05:00 committed by GitHub
commit 05693dfd61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 { };