mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
14 lines
421 B
Nix
14 lines
421 B
Nix
import ./generic.nix {
|
|
major_version = "4";
|
|
minor_version = "02";
|
|
patch_version = "3";
|
|
patches = [
|
|
./ocamlbuild.patch
|
|
|
|
# Compatibility with Glibc 2.34
|
|
{ url = "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch";
|
|
sha256 = "sha256:12sw512kpwk0xf2g6j0h5vqgd8xcmgrvgyilx6fxbd6bnfv1yib9"; }
|
|
];
|
|
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
|
}
|