lima: drop explicit xcbuild dependency

This commit is contained in:
Ihar Hrachyshka
2024-11-13 15:39:11 -05:00
parent 22631622c6
commit 9254e653c1
@@ -4,7 +4,6 @@
, fetchFromGitHub
, installShellFiles
, qemu
, xcbuild
, sigtool
, makeWrapper
, nix-update-script
@@ -25,7 +24,7 @@ buildGoModule rec {
vendorHash = "sha256-nNSBwvhKSWs6to37+RLziYQqVOYfvjYib3fRRALACho=";
nativeBuildInputs = [ makeWrapper installShellFiles ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ xcbuild.xcrun sigtool ];
++ lib.optionals stdenv.hostPlatform.isDarwin [ sigtool ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_15 ];