We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058ce9 commit d58aaecCopy full SHA for d58aaec
pkgs/by-name/ap/apple-sdk/package.nix
@@ -107,6 +107,9 @@ stdenvNoCC.mkDerivation (
107
meta = {
108
description = "Frameworks and libraries required for building packages on Darwin";
109
homepage = "https://developer.apple.com";
110
+ # NOTE: We only strip the SDK to only symbol lists & header files for interoperability all encumbered binary code is removed.
111
+ # Please see ....
112
+ license = lib.licenses.free;
113
teams = [ lib.teams.darwin ];
114
platforms = lib.platforms.darwin;
115
badPlatforms = [ lib.systems.inspect.patterns.is32bit ];
0 commit comments