Merge pull request #72093 from prusnak/go-fortify

stop using hardeningDisable = [ "fortify" ]; for Go packages
This commit is contained in:
adisbladis
2019-10-28 14:09:55 +01:00
committed by GitHub
7 changed files with 0 additions and 22 deletions

View File

@@ -9,8 +9,6 @@ buildGoPackage rec {
goPackagePath = "github.com/coreos/flannel";
hardeningDisable = [ "fortify" ];
src = fetchFromGitHub {
inherit rev;
owner = "coreos";