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

10 lines
234 B
Nix
Raw Normal View History

2018-04-18 12:47:27 +00:00
import ./generic.nix {
major_version = "4";
minor_version = "07";
2018-07-14 18:25:44 +00:00
patch_version = "0";
sha256 = "03wzkzv6w4rdiiva20g5amz0n4x75swpjl8d80468p6zm8hgfnzl";
2018-04-18 12:47:27 +00:00
# If the executable is stripped it does not work
dontStrip = true;
}