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

10 lines
238 B
Nix
Raw Normal View History

2018-04-18 13:47:27 +01:00
import ./generic.nix {
major_version = "4";
minor_version = "07";
patch_version = "0+rc1";
sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";
2018-04-18 13:47:27 +01:00
# If the executable is stripped it does not work
dontStrip = true;
}