* Fixed gnuplotX.
svn path=/nixpkgs/trunk/; revision=9357
This commit is contained in:
parent
53bd841c1b
commit
3595fc845d
@ -433,9 +433,9 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gnuplotX = import ../tools/graphics/gnuplot {
|
gnuplotX = import ../tools/graphics/gnuplot {
|
||||||
inherit fetchurl stdenv zlib libpng texinfo;
|
inherit fetchurl stdenv zlib gd texinfo;
|
||||||
inherit (xlibs) libX11 libXt libXaw libXpm;
|
inherit (xlibs) libX11 libXt libXaw libXpm;
|
||||||
x11Support = true;
|
x11Support = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
|
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user