treewide: Remove phases
This commit is contained in:
committed by
Matthew Bauer
parent
5f65ec3f22
commit
295815bec7
@@ -1,8 +1,6 @@
|
||||
{ stdenv, appleDerivation }:
|
||||
|
||||
appleDerivation {
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/include/dispatch $out/include/os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user