summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.07.nix
blob: 5a3e75e648d9004a6eed06408336346a203d418b (plain) (blame)
1
2
3
4
5
6
7
8
9
import ./generic.nix {
  major_version = "4";
  minor_version = "07";
  patch_version = "0+rc1";
  sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";

  # If the executable is stripped it does not work
  dontStrip = true;
}