darwin.libSystem: multiple outputs
adds 2 outputs for libSystem: - out - dev should shrink closure sizes
This commit is contained in:
parent
c0ebcab789
commit
69d1b7ab79
|
@ -7,6 +7,8 @@ appleDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ cpio ];
|
nativeBuildInputs = [ cpio ];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
export NIX_ENFORCE_PURITY=
|
export NIX_ENFORCE_PURITY=
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue