about summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/xnu
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-03-12 19:13:21 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-26 21:54:56 -0400
commit9d2326c622ec57e7f8da7f7d5a9ec6286a4583fe (patch)
tree378c67b7a665eed2c262f604b7a13efa4ae07439 /pkgs/os-specific/darwin/apple-source-releases/xnu
parent4faa8d0238777055ec49e002c3f0300f4d014c38 (diff)
Libsystem: get os/{log,trace,activity}.h from darling
This is the only place I can find the headers.
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases/xnu')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/xnu/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/xnu/default.nix b/pkgs/os-specific/darwin/apple-source-releases/xnu/default.nix
index 75e81656dcc2f..aaa3a1ebe327d 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/xnu/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/xnu/default.nix
@@ -114,8 +114,6 @@ appleDerivation ({
     # Get rid of some junk lying around
     rm -rf $out/internal_hdr $out/usr $out/local
 
-    mv $out/include/libkern/os/log.h $out/include/os/log.h
-
     # Add some symlinks
     ln -s $out/Library/Frameworks/System.framework/Versions/B \
           $out/Library/Frameworks/System.framework/Versions/Current