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

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