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

13 lines
312 B
Nix
Raw Normal View History

2019-02-11 08:21:46 -08:00
import ./generic.nix {
major_version = "4";
minor_version = "08";
2019-03-05 02:50:28 -08:00
patch_version = "0+beta2";
sha256 = "1ngsrw74f3hahzsglxkrdxzv86bkmpsiaaynnzjwfwyzvy8sqrac";
2019-02-11 08:21:46 -08:00
# If the executable is stripped it does not work
dontStrip = true;
# Breaks build with Clang
hardeningDisable = [ "strictoverflow" ];
2019-02-11 08:21:46 -08:00
}