stop using hardeningDisable = [ "fortify" ]; for Go packages

it seems that the issue #25959 is not present anymore
This commit is contained in:
Pavol Rusnak
2019-10-27 14:44:26 +01:00
parent e59c610d58
commit afd38ea1ee
7 changed files with 0 additions and 22 deletions
@@ -18,8 +18,6 @@ buildGoPackage rec {
outputs = [ "bin" "out" "man" ];
# Optimizations break compilation of libseccomp c bindings
hardeningDisable = [ "fortify" ];
nativeBuildInputs = [ pkgconfig go-md2man ];
buildInputs = [ btrfs-progs libseccomp gpgme lvm2 systemd ];