* Fixed gnuplotX.

svn path=/nixpkgs/trunk/; revision=9357
This commit is contained in:
Eelco Dolstra 2007-09-22 23:18:55 +00:00
parent 53bd841c1b
commit 3595fc845d

View File

@ -433,9 +433,9 @@ rec {
};
gnuplotX = import ../tools/graphics/gnuplot {
inherit fetchurl stdenv zlib libpng texinfo;
inherit (xlibs) libX11 libXt libXaw libXpm;
x11Support = true;
inherit fetchurl stdenv zlib gd texinfo;
inherit (xlibs) libX11 libXt libXaw libXpm;
x11Support = true;
};
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused