darwin.libSystem: multiple outputs

adds 2 outputs for libSystem:

- out
- dev

should shrink closure sizes
This commit is contained in:
Matthew Bauer 2018-05-03 13:36:06 -05:00
parent c0ebcab789
commit 69d1b7ab79
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ appleDerivation rec {
nativeBuildInputs = [ cpio ]; nativeBuildInputs = [ cpio ];
outputs = [ "out" "dev" ];
installPhase = '' installPhase = ''
export NIX_ENFORCE_PURITY= export NIX_ENFORCE_PURITY=