teyjus: fix build by using omake from ocaml 4.02 package set
This commit is contained in:
parent
b684e3d24b
commit
9852c74249
|
@ -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…
Reference in New Issue