treewide: Remove phases
This commit is contained in:
committed by
Matthew Bauer
parent
5f65ec3f22
commit
295815bec7
@@ -1,8 +1,6 @@
|
||||
{ stdenv, appleDerivation, libdispatch, xnu }:
|
||||
|
||||
appleDerivation {
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
|
||||
propagatedBuildInputs = [ libdispatch xnu ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user