pacman: disable fortify3

This commit is contained in:
SamLukeYes 2023-07-18 22:21:34 +08:00
parent aa2fc5e1ea
commit c2abd11031
No known key found for this signature in database
GPG key ID: 5574FF7A0C9AC292

View file

@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
hardeningDisable = [ "fortify3" ];
postInstall = ''
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
wrapProgram $out/bin/makepkg \