nix: Disable deprecated PIE flags (#4365)

This commit is contained in:
Sefa Eyeoglu
2025-11-17 22:10:55 +01:00
committed by GitHub

View File

@@ -85,8 +85,6 @@ stdenv.mkDerivation {
++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]
++ lib.optional gamemodeSupport gamemode;
hardeningEnable = lib.optionals stdenv.hostPlatform.isLinux [ "pie" ];
cmakeFlags = [
# downstream branding
(lib.cmakeFeature "Launcher_BUILD_PLATFORM" "nixpkgs")