2020-04-24 23:36:52 +00:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "06";
|
|
|
|
patch_version = "1";
|
|
|
|
sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg";
|
|
|
|
|
|
|
|
# If the executable is stipped it does not work
|
|
|
|
dontStrip = true;
|
2022-04-15 01:41:22 +00:00
|
|
|
|
|
|
|
patches = [
|
|
|
|
# Compatibility with Glibc 2.34
|
|
|
|
{ url = "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch";
|
|
|
|
sha256 = "sha256:0izsf6rm3677vbbx0snkmn9pkfcsayrdwz3ipiml5wjiaysnchjz"; }
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
}
|