* Added Graphviz.

svn path=/nixpkgs/trunk/; revision=580
This commit is contained in:
Eelco Dolstra
2003-12-10 09:51:32 +00:00
3 changed files with 40 additions and 0 deletions

View File

@@ -93,6 +93,15 @@
stdenv = stdenv;
};
graphviz = (import ../tools/graphics/graphviz) {
fetchurl = fetchurl;
stdenv = stdenv;
x11 = xfree86;
libpng = libpng;
libjpeg = libjpeg;
expat = expat;
};
### SHELLS