teyjus: fix build by using omake from ocaml 4.02 package set

This commit is contained in:
Ben Darwin 2018-12-01 16:12:52 -05:00 committed by Vincent Laporte
parent b684e3d24b
commit 9852c74249

View file

@ -7534,10 +7534,11 @@ in
lua = lua5_1;
};
teyjus = callPackage ../development/compilers/teyjus {
inherit (ocaml-ng.ocamlPackages_4_02) ocaml;
omake = omake_rc1;
};
teyjus = callPackage ../development/compilers/teyjus (
with ocaml-ng.ocamlPackages_4_02; {
inherit ocaml;
omake = omake_rc1;
});
thrust = callPackage ../development/tools/thrust {
gconf = pkgs.gnome2.GConf;