brainix/sources/nixpkgs/pkgs/development/compilers/ocaml/4.05.nix
2026-02-13 17:06:24 +09:00

9 lines
233 B
Nix

import ./generic.nix {
major_version = "4";
minor_version = "05";
patch_version = "0";
sha256 = "1y9fw1ci9pwnbbrr9nwr8cq8vypcxwdf4akvxard3mxl2jx2g984";
# If the executable is stipped it does not work
dontStrip = true;
}