podman: fix darwin support

This commit is contained in:
Daniel Kempkens 2024-04-20 19:39:54 +02:00
parent 3773b498fe
commit d9feb2e9ba
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -74,13 +74,13 @@ buildGoModule rec {
};
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 {
src = ./hardcode-paths.patch;
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;