add ploticus here as well
svn path=/nixpkgs/trunk/; revision=6217
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user