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:
parent
3d0832dbc8
commit
6b21183afa
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue