Added Monotone-Viz, viewer for monotone histories.

svn path=/nixpkgs/trunk/; revision=12034
This commit is contained in:
Michael Raskin
2008-06-11 06:12:18 +00:00
parent 18099d1ad5
commit d139e5244c
3 changed files with 27 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, ocaml, pkgconfig, gtk}:
{stdenv, fetchurl, ocaml, pkgconfig, gtk, libgnomecanvas}:
stdenv.mkDerivation {
name = "lablgtk-2.6.0";
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
sha256 = "3694bc1e288ce0903af6c96a2790d2340ba38fa51b18090062ede75137d97876";
};
buildInputs = [ocaml pkgconfig gtk];
buildInputs = [ocaml pkgconfig gtk libgnomecanvas];
configureFlags = "--with-libdir=$(out)/lib/ocaml";
buildFlags = "world";