mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
teyjus: fix build by using omake from ocaml 4.02 package set
This commit is contained in:
parent
b684e3d24b
commit
9852c74249
1 changed files with 5 additions and 4 deletions
|
@ -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 a new issue