google-guest-agent: drop dhcp dependency

unused afaict
This commit is contained in:
ajs124 2023-06-29 02:15:25 +02:00
parent 0d49e0217e
commit 9bd4df7c02

View file

@ -1,5 +1,5 @@
{ buildGoModule, fetchFromGitHub, lib, coreutils, makeWrapper
, google-guest-configs, google-guest-oslogin, iproute2, dhcp, procps
, google-guest-configs, google-guest-oslogin, iproute2, procps
}:
buildGoModule rec {
@ -27,7 +27,7 @@ buildGoModule rec {
'';
# We don't add `shadow` here; it's added to PATH if `mutableUsers` is enabled.
binPath = lib.makeBinPath [ google-guest-configs google-guest-oslogin iproute2 dhcp procps ];
binPath = lib.makeBinPath [ google-guest-configs google-guest-oslogin iproute2 procps ];
# Skip tests which require networking.
preCheck = ''