Skip to content

Commit d58aaec

Browse files
committed
apple-sdk: add license to be in complaince
This is a major legal issue that could have been missed for a simple nix eval.
1 parent 4058ce9 commit d58aaec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ap/apple-sdk/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ stdenvNoCC.mkDerivation (
107107
meta = {
108108
description = "Frameworks and libraries required for building packages on Darwin";
109109
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;
110113
teams = [ lib.teams.darwin ];
111114
platforms = lib.platforms.darwin;
112115
badPlatforms = [ lib.systems.inspect.patterns.is32bit ];

0 commit comments

Comments
 (0)