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;
|
lua = lua5_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
teyjus = callPackage ../development/compilers/teyjus {
|
teyjus = callPackage ../development/compilers/teyjus (
|
||||||
inherit (ocaml-ng.ocamlPackages_4_02) ocaml;
|
with ocaml-ng.ocamlPackages_4_02; {
|
||||||
|
inherit ocaml;
|
||||||
omake = omake_rc1;
|
omake = omake_rc1;
|
||||||
};
|
});
|
||||||
|
|
||||||
thrust = callPackage ../development/tools/thrust {
|
thrust = callPackage ../development/tools/thrust {
|
||||||
gconf = pkgs.gnome2.GConf;
|
gconf = pkgs.gnome2.GConf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user