Revert "Revert "darwin 10.12 commits""

This reverts commit 8505e710e7.
This commit is contained in:
Matthew Bauer
2019-04-20 23:17:04 -04:00
parent 4c3c8f4a7d
commit d69cc779b5
76 changed files with 701 additions and 1612 deletions
@@ -1,9 +1,9 @@
{ stdenv, appleDerivation, xcbuildHook
, Libc, xnu, libutil-new }:
, Libc, xnu, libutil }:
appleDerivation {
nativeBuildInputs = [ xcbuildHook ];
buildInputs = [ libutil-new ];
buildInputs = [ libutil ];
NIX_CFLAGS_COMPILE = "-I.";
NIX_LDFLAGS = "-lutil";