vfkit: use apple-sdk_15

This commit is contained in:
phaer 2025-03-28 09:43:32 +01:00
parent 4abf71f912
commit b9c2050d4c

View File

@ -1,6 +1,6 @@
{
lib,
apple-sdk_14,
apple-sdk_15,
buildGoModule,
darwin,
fetchFromGitHub,
@ -36,7 +36,7 @@ buildGoModule rec {
];
buildInputs = [
apple-sdk_14
apple-sdk_15
];
postFixup = ''