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

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