Merge pull request #134358 from Stunkymonkey/omake-0.9-phases
omake: deprecate phases
This commit is contained in:
commit
c6d708a51e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue