Merge pull request #134358 from Stunkymonkey/omake-0.9-phases

omake: deprecate phases
This commit is contained in:
Sandro 2021-08-17 23:01:59 +02:00 committed by GitHub
commit c6d708a51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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