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

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