1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Fix Ocaml version for MonotoneViz so that lablgtk woks

This commit is contained in:
Michael Raskin 2014-09-23 10:04:28 +04:00
parent 3d0832dbc8
commit 6b21183afa

View file

@ -9611,8 +9611,8 @@ let
};
monotoneViz = builderDefsPackage (import ../applications/version-management/monotone-viz/mtn-head.nix) {
inherit ocaml graphviz pkgconfig autoconf automake libtool glib gtk;
inherit (ocamlPackages) lablgtk;
inherit graphviz pkgconfig autoconf automake libtool glib gtk;
inherit (ocamlPackages_4_01_0) lablgtk ocaml;
inherit (gnome) libgnomecanvas;
};