bcf8aeff3c
Failing Hydra build: https://hydra.nixos.org/build/155189331 Applied a smaller patch from Fedora's fork[1] as it also applies on older versions. That said, these versions seem unmaintained anyways, so we should probably drop them entirely. [1] https://pagure.io/fedora-ocaml/c/dfb5e954a04f59b0456cc4c0ddf3acaf22e0ff07?branch=fedora-35-4.12.0
10 lines
225 B
Nix
10 lines
225 B
Nix
import ./generic.nix {
|
|
major_version = "4";
|
|
minor_version = "10";
|
|
patch_version = "2";
|
|
sha256 = "sha256-locUYQeCgtXbAiB32JveJchfteN2YStE+MN9ToTwAOM=";
|
|
patches = [
|
|
./glibc-2.34-for-ocaml-4.10-and-11.patch
|
|
];
|
|
}
|