Merge pull request #244168 from SamLukeYes/pacman

pacman: disable fortify3
This commit is contained in:
Nick Cao
2023-07-19 06:57:53 -06:00
committed by GitHub
@@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
hardeningDisable = [ "fortify3" ];
postInstall = ''
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
wrapProgram $out/bin/makepkg \