summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/omake
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-16 22:26:34 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-16 22:26:34 +0200
commita8a8ce470009b7df38dbd869b9796c6ce6ab4d35 (patch)
tree28ddcfb818436b5544afebcbed5c9d739790b794 /pkgs/development/tools/ocaml/omake
parent44193bd5ccba96e784a9ec46679d188da6e8a9c9 (diff)
downloadnixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar.gz
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar.bz2
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar.lz
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar.xz
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.tar.zst
nixpkgs-a8a8ce470009b7df38dbd869b9796c6ce6ab4d35.zip
omake: deprecate phases
Diffstat (limited to 'pkgs/development/tools/ocaml/omake')
-rw-r--r--pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix b/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
index 5a4b55cc7fe..090794b3311 100644
--- a/pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
+++ b/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