summary refs log blame commit diff
path: root/pkgs/development/compilers/ocaml/4.05.nix
blob: a63b06a9f62880f5f64a9be344de70bd323286c7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                  
import ./generic.nix {
  major_version = "4";
  minor_version = "05";
  patch_version = "0";
  sha256 = "1y9fw1ci9pwnbbrr9nwr8cq8vypcxwdf4akvxard3mxl2jx2g984";

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