Merge pull request #86099 from zowoq/runc

This commit is contained in:
Jörg Thalheim 2020-04-27 07:36:46 +01:00 committed by GitHub
commit a8340a301a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,6 @@ buildGoPackage rec {
goPackagePath = "github.com/opencontainers/runc";
outputs = [ "bin" "out" "man" ];
hardeningDisable = [ "fortify" ];
nativeBuildInputs = [ go-md2man installShellFiles pkg-config which ];
buildInputs = [ libseccomp libapparmor apparmor-parser ];