Added gnuplotX - gnuplot with X11 on.

svn path=/nixpkgs/trunk/; revision=9047
This commit is contained in:
Michael Raskin 2007-08-04 15:12:14 +00:00
parent 99d499f0c8
commit 8804a8af4d

View File

@ -373,6 +373,12 @@ rec {
inherit fetchurl stdenv zlib libpng texinfo;
};
gnuplotX = import ../tools/graphics/gnuplot {
inherit fetchurl stdenv zlib libpng texinfo;
inherit (xlibs) libX11 libXt libXaw libXpm;
x11Support = true;
};
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
(import ../tools/text/gnused {
inherit fetchurl stdenv;
@ -3449,6 +3455,12 @@ rec {
x11Support = false;
};
keynav = import ../tools/X11/keynav {
inherit stdenv fetchurl;
inherit (xlibs) libX11 xextproto libXtst
imake libXi libXext;
};
lazylist = import ../misc/tex/lazylist {
inherit fetchurl stdenv tetex;
};