[Backport release-26.05] python3Packages.bezier: fix executable stack import error on linux (#523834)

This commit is contained in:
Michael Daniels
2026-05-25 02:23:42 +00:00
committed by GitHub

View File

@@ -49,6 +49,8 @@ buildPythonPackage rec {
cmake
gfortran
];
env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux "-z,noexecstack";
};
NIX_CFLAGS_COMPILE = toString [
"-Wno-error=incompatible-pointer-types"