podman: add gvproxy to darwin wrapper
This commit is contained in:
parent
928cee3856
commit
d7f344b5b0
@ -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…
Reference in New Issue
Block a user