add ploticus here as well

svn path=/nixpkgs/trunk/; revision=6217
This commit is contained in:
Armijn Hemel 2006-08-23 16:12:13 +00:00
parent a312ca7edd
commit 3f49e29b0a

View file

@ -345,6 +345,11 @@ rec {
inherit fetchurl stdenv zlib libpng texinfo; inherit fetchurl stdenv zlib libpng texinfo;
}; };
ploticus = (import ../tools/graphics/ploticus) {
inherit fetchurl stdenv zlib libpng;
inherit (xlibs) libX11;
};
exif = (import ../tools/graphics/exif) { exif = (import ../tools/graphics/exif) {
inherit fetchurl stdenv pkgconfig libexif popt; inherit fetchurl stdenv pkgconfig libexif popt;
}; };