plowshare: deprecate phases

wip/nixpkgs-raku
Felix Buehler 3 years ago
parent 94e725d329
commit b214498527
  1. 2
      pkgs/tools/misc/plowshare/default.nix

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

Loading…
Cancel
Save