mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
tracefilesim: disable fortify hardening
This commit is contained in:
parent
fbbd50dbab
commit
f0d0164a38
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "156m92k38ap4bzidbr8dzl065rni8lrib71ih88myk9z5y1x5nxm";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir --parents "$out/bin"
|
||||
cp ./traceFileSim "$out/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user