podman: add gvproxy to darwin wrapper

launchpad/nixpkgs/master
zowoq 3 years ago
parent 928cee3856
commit d7f344b5b0
  1. 2
      pkgs/applications/virtualization/podman/wrapper.nix

@ -14,6 +14,7 @@
, cni-plugins # not added to path
, iptables
, iproute2
, gvproxy
, qemu
, xz
}:
@ -31,6 +32,7 @@ let
iptables
iproute2
] ++ lib.optionals stdenv.isDarwin [
gvproxy
qemu
xz
] ++ extraPackages);

Loading…
Cancel
Save