Revert "darwin 10.12 commits"

Reverts commits bumping to macOS stuff to 10.12:

commit ec1f78d1cb.
commit d0dc91d24f.
commit a1d297374d.
commit 425112151d.
commit e6f7f2928f.
This commit is contained in:
Matthew Bauer
2019-01-03 15:20:26 -06:00
parent 2da31b80bb
commit 8505e710e7
76 changed files with 1608 additions and 698 deletions
@@ -1,9 +1,9 @@
{ stdenv, appleDerivation, xcbuildHook
, Libc, xnu, libutil }:
, Libc, xnu, libutil-new }:
appleDerivation {
nativeBuildInputs = [ xcbuildHook ];
buildInputs = [ libutil ];
buildInputs = [ libutil-new ];
NIX_CFLAGS_COMPILE = "-I.";
NIX_LDFLAGS = "-lutil";