Merge pull request #113044 from zowoq/buildah-patch

buildah: remove unconfigured runtime warnings
This commit is contained in:
adisbladis 2021-02-13 22:39:10 +01:00 committed by GitHub
commit 04e602429c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,10 @@ buildGoModule rec {
outputs = [ "out" "man" ];
patches = [
../../../applications/virtualization/podman/remove-unconfigured-runtime-warn.patch
];
vendorSha256 = null;
doCheck = false;