forked from mirrors/nixpkgs
proot: remove unnecessary phases
This commit is contained in:
parent
609bea973a
commit
6a0396ce01
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue