mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
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
9 lines
226 B
Nix
9 lines
226 B
Nix
import ./generic.nix {
|
|
major_version = "4";
|
|
minor_version = "11";
|
|
patch_version = "2";
|
|
sha256 = "1m3wrgkkv3f77wvcymjm0i2srxzmx62y6jln3i0a2px07ng08l9z";
|
|
patches = [
|
|
./glibc-2.34-for-ocaml-4.10-and-11.patch
|
|
];
|
|
}
|