Merge pull request #113044 from zowoq/buildah-patch
buildah: remove unconfigured runtime warnings
This commit is contained in:
commit
04e602429c
@ -25,6 +25,10 @@ buildGoModule rec {
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
patches = [
|
||||
../../../applications/virtualization/podman/remove-unconfigured-runtime-warn.patch
|
||||
];
|
||||
|
||||
vendorSha256 = null;
|
||||
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user