* Added Graphviz.
svn path=/nixpkgs/trunk/; revision=580
This commit is contained in:
@@ -93,6 +93,15 @@
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
graphviz = (import ../tools/graphics/graphviz) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
x11 = xfree86;
|
||||
libpng = libpng;
|
||||
libjpeg = libjpeg;
|
||||
expat = expat;
|
||||
};
|
||||
|
||||
|
||||
### SHELLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user