omake: deprecate phases

This commit is contained in:
Felix Buehler
2021-08-16 22:26:34 +02:00
parent 44193bd5cc
commit a8a8ce4700
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ ocaml ncurses ];
phases = "unpackPhase patchPhase buildPhase";
dontInstall = true;
buildPhase = ''
make bootstrap
make PREFIX=$out all