Merge pull request #130794 from Stunkymonkey/plowshare-phases

plowshare: deprecate phases
This commit is contained in:
Sandro
2021-07-20 17:45:19 +02:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
dontBuild = true;
installPhase = ''
make PREFIX="$out" install