about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/ocaml/4.08.nix
blob: 92b2badf6a4c1fc9e221a8efb6be2822c4633f44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import ./generic.nix {
  major_version = "4";
  minor_version = "08";
  patch_version = "0+beta2";
  sha256 = "1ngsrw74f3hahzsglxkrdxzv86bkmpsiaaynnzjwfwyzvy8sqrac";

  # If the executable is stripped it does not work
  dontStrip = true;

  # Breaks build with Clang
  hardeningDisable = [ "strictoverflow" ];
}