python3Packages.bezier: fix executable stack import error on linux (#519270)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user