omake: deprecate phases

launchpad/nixpkgs/master
Felix Buehler 3 years ago
parent 44193bd5cc
commit a8a8ce4700
  1. 2
      pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix

@ -23,7 +23,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ ocaml ncurses ];
phases = "unpackPhase patchPhase buildPhase";
dontInstall = true;
buildPhase = ''
make bootstrap
make PREFIX=$out all

Loading…
Cancel
Save