2020-04-24 23:36:52 +00:00
|
|
|
import ./generic.nix {
|
|
|
|
major_version = "4";
|
|
|
|
minor_version = "10";
|
2021-04-12 18:23:04 +00:00
|
|
|
patch_version = "2";
|
|
|
|
sha256 = "sha256-locUYQeCgtXbAiB32JveJchfteN2YStE+MN9ToTwAOM=";
|
2022-04-15 01:41:22 +00:00
|
|
|
patches = [
|
|
|
|
./glibc-2.34-for-ocaml-4.10-and-11.patch
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
}
|