nixpkgs/pkgs/development/compilers/ocaml/4.04.nix
2017-04-18 17:19:16 +00:00

10 lines
233 B
Nix

import ./generic.nix {
major_version = "4";
minor_version = "04";
patch_version = "1";
sha256 = "11f2kcldpad9h5ihi1crad5lvv2501iccb2g4c8m197fnjac8b12";
# If the executable is stipped it does not work
dontStrip = true;
}