mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
[Backport release-26.05] python3Packages.bezier: fix executable stack import error on linux (#523834)
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