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

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