2019-08-13 22:52:01 +01:00
|
|
|
import ./generic.nix {
|
2016-07-13 13:52:50 +01:00
|
|
|
major_version = "4";
|
|
|
|
minor_version = "02";
|
2016-09-23 20:47:42 +01:00
|
|
|
patch_version = "3";
|
2022-04-05 19:53:07 +01:00
|
|
|
patches = [
|
|
|
|
./ocamlbuild.patch
|
|
|
|
|
|
|
|
# Compatibility with Glibc 2.34
|
|
|
|
{ url = "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch";
|
|
|
|
sha256 = "sha256:12sw512kpwk0xf2g6j0h5vqgd8xcmgrvgyilx6fxbd6bnfv1yib9"; }
|
|
|
|
];
|
2016-07-13 13:52:50 +01:00
|
|
|
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
2014-09-21 20:33:25 +01:00
|
|
|
}
|