xterm: support cross-compilation
This commit is contained in:
parent
f69ba850a7
commit
c800214a2d
1 changed files with 8 additions and 3 deletions
|
@ -14,6 +14,14 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97";
|
sha256 = "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
makeWrapper
|
||||||
|
pkg-config
|
||||||
|
fontconfig
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
xorg.libXaw
|
xorg.libXaw
|
||||||
xorg.xorgproto
|
xorg.xorgproto
|
||||||
|
@ -24,11 +32,8 @@ stdenv.mkDerivation rec {
|
||||||
xorg.libICE
|
xorg.libICE
|
||||||
ncurses
|
ncurses
|
||||||
freetype
|
freetype
|
||||||
fontconfig
|
|
||||||
pkg-config
|
|
||||||
xorg.libXft
|
xorg.libXft
|
||||||
xorg.luit
|
xorg.luit
|
||||||
makeWrapper
|
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./sixel-256.support.patch ]
|
patches = [ ./sixel-256.support.patch ]
|
||||||
|
|
Loading…
Reference in a new issue