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