about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2020-11-12 16:50:06 +0900
committerAndrew Childs <lorne@cons.org.nz>2020-11-12 16:57:19 +0900
commit7e49fb6592a6af157d861d07315b683d5724f96e (patch)
tree9392ca047ac8877007843500ce07dcd8fb5869f7 /pkgs
parent70f3863540a8c6350b92b93cb5c13a66e54200d2 (diff)
darwin/apple-sdk: explain why Kernel.framework has no .tbd file
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/darwin/apple-sdk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk/default.nix b/pkgs/os-specific/darwin/apple-sdk/default.nix
index dbfd3b05fa543..97523cf15a8d3 100644
--- a/pkgs/os-specific/darwin/apple-sdk/default.nix
+++ b/pkgs/os-specific/darwin/apple-sdk/default.nix
@@ -108,6 +108,7 @@ let
 
         local tbd_source=${darwin-stubs}/System/Library/Frameworks/$nested_path/Versions/$current
         if [ "${name}" != "Kernel" ]; then
+          # The Kernel.framework has headers but no actual library component.
           cp -v $tbd_source/*.tbd .
         fi