libsystem: fix phases

This commit is contained in:
Matthew Justin Bauer
2018-05-03 15:11:00 -05:00
committed by GitHub
parent e25efa9673
commit d88a61e439

View File

@@ -3,7 +3,8 @@
removefile, libresolv, Libnotify, libplatform, libpthread, mDNSResponder, launchd, libutil, version }:
appleDerivation rec {
phases = [ "unpackPhase" "installPhase" ];
dontBuild = true;
dontConfigure = true;
nativeBuildInputs = [ cpio ];