Added gnuplotX - gnuplot with X11 on.
svn path=/nixpkgs/trunk/; revision=9047
This commit is contained in:
parent
99d499f0c8
commit
8804a8af4d
@ -373,6 +373,12 @@ rec {
|
|||||||
inherit fetchurl stdenv zlib libpng texinfo;
|
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
|
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
|
||||||
(import ../tools/text/gnused {
|
(import ../tools/text/gnused {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
@ -3449,6 +3455,12 @@ rec {
|
|||||||
x11Support = false;
|
x11Support = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
keynav = import ../tools/X11/keynav {
|
||||||
|
inherit stdenv fetchurl;
|
||||||
|
inherit (xlibs) libX11 xextproto libXtst
|
||||||
|
imake libXi libXext;
|
||||||
|
};
|
||||||
|
|
||||||
lazylist = import ../misc/tex/lazylist {
|
lazylist = import ../misc/tex/lazylist {
|
||||||
inherit fetchurl stdenv tetex;
|
inherit fetchurl stdenv tetex;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user