nix: Disable deprecated PIE flags (#4365)

This commit is contained in:
Sefa Eyeoglu 2025-11-17 22:10:55 +01:00 committed by GitHub
commit 4c437a839c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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")