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

wip/yesman
Ben Darwin 6 years ago committed by Vincent Laporte
parent b684e3d24b
commit 9852c74249
  1. 9
      pkgs/top-level/all-packages.nix

@ -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;

Loading…
Cancel
Save