sketchybar: apple_sdk-11 -> apple_sdk-15

Upstream uses availability checks for different features. Lets not hold
back functionality by building with latest SDK available.
This commit is contained in:
Austin Horstman 2024-10-31 18:43:27 -05:00
parent 1278bdd300
commit 52ba81f6c0
No known key found for this signature in database

View File

@ -3,8 +3,7 @@
stdenv,
fetchFromGitHub,
nix-update-script,
apple-sdk_11,
darwinMinVersionHook,
apple-sdk_15,
versionCheckHook,
}:
@ -30,8 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
};
buildInputs = [
apple-sdk_11
(darwinMinVersionHook "10.13")
apple-sdk_15
];
makeFlags = [ target ];