mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
opam_1_0_0: explicitly specify ocaml version
This commit is contained in:
parent
e5fa83e7f5
commit
43d6264f61
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue