python3.pkgs.pybind11: disable fortify hardening on musl

This commit is contained in:
Yureka 2023-09-05 18:52:42 +02:00
parent 848091ac53
commit 566f5fcd2d

View file

@ -93,6 +93,8 @@ in buildPythonPackage rec {
"test_cross_module_exception_translator"
];
hardeningDisable = lib.optional stdenv.hostPlatform.isMusl "fortify";
meta = with lib; {
homepage = "https://github.com/pybind/pybind11";
changelog = "https://github.com/pybind/pybind11/blob/${src.rev}/docs/changelog.rst";