nixpkgs/pkgs/development/compilers/ocaml/4.04.nix

10 lines
233 B
Nix
Raw Normal View History

2016-11-09 12:58:34 +00:00
import ./generic.nix {
major_version = "4";
minor_version = "04";
2017-04-18 17:18:50 +00:00
patch_version = "1";
sha256 = "11f2kcldpad9h5ihi1crad5lvv2501iccb2g4c8m197fnjac8b12";
# If the executable is stipped it does not work
dontStrip = true;
2016-11-09 12:58:34 +00:00
}