Merge pull request #305593 from nifoc/fix/podman-darwin

podman: fix darwin support
This commit is contained in:
Mario Rodas 2024-04-20 15:40:06 -05:00 committed by GitHub
commit 4200ea148f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,13 +74,13 @@ buildGoModule rec {
}; };
patches = [ patches = [
# we intentionally don't build and install the helper so we shouldn't display messages to users about it
./rm-podman-mac-helper-msg.patch
] ++ lib.optionals stdenv.isLinux [
(substituteAll { (substituteAll {
src = ./hardcode-paths.patch; src = ./hardcode-paths.patch;
inherit crun runc gvisor youki conmon; inherit crun runc gvisor youki conmon;
}) })
# we intentionally don't build and install the helper so we shouldn't display messages to users about it
./rm-podman-mac-helper-msg.patch
]; ];
vendorHash = null; vendorHash = null;