proot: remove unnecessary phases

This commit is contained in:
Ian-Woo Kim 2014-10-07 11:54:12 +02:00
parent 609bea973a
commit 6a0396ce01

View file

@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
'';
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
sourceRoot = "git-export/src";
meta = with stdenv.lib; {