plowshare: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-20 16:58:42 +02:00
parent 94e725d329
commit b214498527

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
dontBuild = true;
installPhase = ''
make PREFIX="$out" install