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,10 +1,8 @@
{ stdenv, appleDerivation }:
appleDerivation {
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir -p $out/include/
cp removefile.h checkint.h $out/include/
'';
}
}