xterm: trying to let it work in ru_RU.UTF-8 locale...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10464
This commit is contained in:
parent
a01c3860e5
commit
ab9a4ef695
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, libXaw, xproto, libXt, libX11, libSM, libICE, ncurses}:
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xterm-231";
|
||||
@ -6,8 +6,11 @@ stdenv.mkDerivation rec {
|
||||
url = "ftp://invisible-island.net/xterm/${name}.tgz";
|
||||
sha256 = "0qlz5nkdqkahdg9kbd1ni96n69srj1pd9yggwrw3z0kghaajb2sr";
|
||||
};
|
||||
buildInputs = [libXaw xproto libXt libX11 libSM libICE ncurses];
|
||||
configureFlags = ["--enable-wide-chars"];
|
||||
buildInputs = [libXaw xproto libXt libXext libX11 libSM libICE ncurses
|
||||
freetype pkgconfig libXft luit];
|
||||
configureFlags = "--enable-wide-chars --enable-256-color
|
||||
--enable-load-vt-fonts --enable-i18n --enable-doublechars --enable-luit
|
||||
--enable-mini-luit";
|
||||
|
||||
meta = {
|
||||
homepage = http://invisible-island.net/xterm;
|
||||
|
@ -4774,8 +4774,8 @@ rec {
|
||||
} null;
|
||||
|
||||
xterm = import ../applications/misc/xterm {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
inherit (xlibs) libXaw xproto libXt libX11 libSM libICE;
|
||||
inherit fetchurl stdenv ncurses freetype pkgconfig luit;
|
||||
inherit (xlibs) libXaw xproto libXt libX11 libSM libICE libXext libXft;
|
||||
};
|
||||
|
||||
xlaunch = import ../tools/X11/xlaunch {
|
||||
|
Loading…
Reference in New Issue
Block a user