mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
1278bdd300
commit
52ba81f6c0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user