nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1import ./generic.nix {
2 major_version = "4";
3 minor_version = "10";
4 patch_version = "2";
5 sha256 = "sha256-locUYQeCgtXbAiB32JveJchfteN2YStE+MN9ToTwAOM=";
6
7 # Tests do not seem to run on this old version
8 doCheck = false;
9
10 patches = [
11 ./glibc-2.34-for-ocaml-4.10-and-11.patch
12 ];
13}