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

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