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

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