Merge pull request #134358 from Stunkymonkey/omake-0.9-phases
omake: deprecate phases
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ ocaml ncurses ];
|
||||
|
||||
phases = "unpackPhase patchPhase buildPhase";
|
||||
dontInstall = true;
|
||||
buildPhase = ''
|
||||
make bootstrap
|
||||
make PREFIX=$out all
|
||||
|
||||
Reference in New Issue
Block a user