pacman: disable fortify3
This commit is contained in:
parent
aa2fc5e1ea
commit
c2abd11031
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "fortify3" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
|
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
|
||||||
wrapProgram $out/bin/makepkg \
|
wrapProgram $out/bin/makepkg \
|
||||||
|
|
Loading…
Reference in a new issue