Added Monotone-Viz, viewer for monotone histories.
svn path=/nixpkgs/trunk/; revision=12034
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user