tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
omake: deprecate phases
Felix Buehler
4 years ago
a8a8ce47
44193bd5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
ocaml
omake
0.9.8.6-rc1.nix
+1
-1
pkgs/development/tools/ocaml/omake/0.9.8.6-rc1.nix
reviewed
···
23
23
nativeBuildInputs = [ makeWrapper ];
24
24
buildInputs = [ ocaml ncurses ];
25
25
26
26
-
phases = "unpackPhase patchPhase buildPhase";
26
26
+
dontInstall = true;
27
27
buildPhase = ''
28
28
make bootstrap
29
29
make PREFIX=$out all