nixpkgs/pkgs/development/compilers/ocaml/4.04.nix
2017-07-08 12:22:55 +02:00

10 lines
233 B
Nix

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