mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocaml: init at 4.06.0
This commit is contained in:
parent
3328e35af8
commit
4f7c0aed38
2 changed files with 12 additions and 1 deletions
9
pkgs/development/compilers/ocaml/4.06.nix
Normal file
9
pkgs/development/compilers/ocaml/4.06.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
import ./generic.nix {
|
||||
major_version = "4";
|
||||
minor_version = "06";
|
||||
patch_version = "0";
|
||||
sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj";
|
||||
|
||||
# If the executable is stipped it does not work
|
||||
dontStrip = true;
|
||||
}
|
|
@ -990,7 +990,9 @@ in rec
|
|||
|
||||
ocamlPackages_4_05 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.05.nix { }) (self: super: { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_05;
|
||||
ocamlPackages_4_06 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.06.nix { }) (self: super: { });
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_4_06;
|
||||
|
||||
ocamlPackages = ocamlPackages_4_04;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue