lima-additional-guestagents: remove unused inputs (#479581)

This commit is contained in:
Philip Taron
2026-03-06 17:55:02 +00:00
committed by GitHub
@@ -1,9 +1,7 @@
{
lib,
stdenv,
buildGoModule,
callPackage,
apple-sdk_15,
findutils,
}:
@@ -17,15 +15,12 @@ buildGoModule (finalAttrs: {
# nixpkgs-update: no auto update
inherit (source) version src vendorHash;
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_15
];
env.CGO_ENABLED = "0";
buildPhase =
let
makeFlags = [
"VERSION=v${finalAttrs.version}"
"CC=${stdenv.cc.targetPrefix}cc"
];
in
''