mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
python3.pkgs.pybind11: disable fortify hardening on musl
This commit is contained in:
parent
848091ac53
commit
566f5fcd2d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user