mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +03:00
nix: Disable deprecated PIE flags (#4365)
This commit is contained in:
commit
4c437a839c
1 changed files with 0 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue