nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

omake: deprecate phases

+1 -1
+1 -1
pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
··· 23 23 nativeBuildInputs = [ makeWrapper ]; 24 24 buildInputs = [ ocaml ncurses ]; 25 25 26 - phases = "unpackPhase patchPhase buildPhase"; 26 + dontInstall = true; 27 27 buildPhase = '' 28 28 make bootstrap 29 29 make PREFIX=$out all