treewide: remove usages of obsolete pie hardening flag

This commit is contained in:
Luna Nova
2025-10-07 21:42:46 -07:00
parent fdc93627c6
commit e7fbed853b
63 changed files with 3 additions and 164 deletions

View File

@@ -584,9 +584,6 @@ stdenv.mkDerivation (finalAttrs: {
export CFLAGS_NODIST="-fno-semantic-interposition"
'';
# Our aarch64-linux bootstrap files lack Scrt1.o, which fails the config test
hardeningEnable = lib.optionals (!withMinimalDeps && !stdenv.hostPlatform.isAarch64) [ "pie" ];
setupHook = python-setup-hook sitePackages;
postInstall =