treewide: Remove phases

This commit is contained in:
Matthew Justin Bauer
2018-05-06 07:20:03 +00:00
committed by Matthew Bauer
parent 5f65ec3f22
commit 295815bec7
23 changed files with 7 additions and 53 deletions
@@ -1,8 +1,6 @@
{ stdenv, appleDerivation, libdispatch, xnu }:
appleDerivation {
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
propagatedBuildInputs = [ libdispatch xnu ];
installPhase = ''