Loading pkgs/applications/virtualization/podman/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/applications/virtualization/podman/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading