Removed applications/misc/luit: using from xorg
svn path=/nixpkgs/branches/stdenv-updates/; revision=10481
This commit is contained in:
parent
c975a01af3
commit
900a743888
|
@ -1,17 +0,0 @@
|
||||||
args: with args;
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "luit-20060820";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "${meta.homepage}/${name}.tgz";
|
|
||||||
sha256 = "0cxf4agl7ky3ip01qi1vzmis8y1ddngbi2fi0q6bzv1jw458rlpi";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [libXt zlib pkgconfig libXfont libX11 libfontenc];
|
|
||||||
|
|
||||||
configureFlags = "--with-locale-alias=${libX11}/share/X11/locale/locale.alias";
|
|
||||||
meta = {
|
|
||||||
description = "Luit is a filter that can be run between an arbitrary
|
|
||||||
application and a UTF-8 terminal emulator.";
|
|
||||||
homepage = http://invisible-island.net/luit;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4263,11 +4263,6 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
luit = import ../applications/misc/luit {
|
|
||||||
inherit fetchurl stdenv zlib pkgconfig;
|
|
||||||
inherit (xlibs) libXt libX11 libXfont libfontenc;
|
|
||||||
};
|
|
||||||
|
|
||||||
lynx = import ../applications/networking/browsers/lynx {
|
lynx = import ../applications/networking/browsers/lynx {
|
||||||
inherit fetchurl stdenv ncurses openssl;
|
inherit fetchurl stdenv ncurses openssl;
|
||||||
};
|
};
|
||||||
|
@ -4746,8 +4741,8 @@ rec {
|
||||||
} null;
|
} null;
|
||||||
|
|
||||||
xterm = import ../applications/misc/xterm {
|
xterm = import ../applications/misc/xterm {
|
||||||
inherit fetchurl stdenv ncurses freetype pkgconfig luit;
|
inherit fetchurl stdenv ncurses freetype pkgconfig;
|
||||||
inherit (xlibs) libXaw xproto libXt libX11 libSM libICE libXext libXft;
|
inherit (xlibs) libXaw xproto libXt libX11 libSM libICE libXext libXft luit;
|
||||||
};
|
};
|
||||||
|
|
||||||
xlaunch = import ../tools/X11/xlaunch {
|
xlaunch = import ../tools/X11/xlaunch {
|
||||||
|
|
Loading…
Reference in New Issue