1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

opam_1_0_0: explicitly specify ocaml version

This commit is contained in:
Kirill Boltaev 2016-09-25 01:48:29 +03:00
parent e5fa83e7f5
commit 43d6264f61

View file

@ -5050,7 +5050,7 @@ in
nodejs = nodejs-0_10;
};
inherit (ocamlPackages) opam_1_0_0;
inherit (ocaml-ng.ocamlPackages_4_01_0) opam_1_0_0;
inherit (ocaml-ng.ocamlPackages_4_01_0) opam_1_1;
inherit (ocamlPackages) opam;