1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/development/compilers/ocaml/4.07.nix

10 lines
240 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+beta2";
sha256 = "0rrvl47kq982z2ns7cnasmlbj60mpmza2zyhl1kh45c5a3n7692n";
# If the executable is stripped it does not work
dontStrip = true;
}