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

10 lines
233 B
Nix
Raw Normal View History

2017-11-03 22:48:50 +00:00
import ./generic.nix {
major_version = "4";
minor_version = "06";
2018-02-27 08:38:19 +00:00
patch_version = "1";
sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg";
2017-11-03 22:48:50 +00:00
# If the executable is stipped it does not work
dontStrip = true;
}