forked from mirrors/nixpkgs
* 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 {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue