nixpkgs/pkgs/development/compilers/ocaml/4.07.nix
2018-06-24 19:43:04 +02:00

10 lines
238 B
Nix

import ./generic.nix {
major_version = "4";
minor_version = "07";
patch_version = "0+rc1";
sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";
# If the executable is stripped it does not work
dontStrip = true;
}