Merge pull request #130794 from Stunkymonkey/plowshare-phases
plowshare: deprecate phases
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
make PREFIX="$out" install
|
||||
|
||||
Reference in New Issue
Block a user