Merge pull request #127722 from Mindavi/xterm/cross

This commit is contained in:
Sandro 2021-06-24 13:10:53 +02:00 committed by GitHub
commit 6965eef223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,14 @@ stdenv.mkDerivation rec {
sha256 = "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97";
};
strictDeps = true;
nativeBuildInputs = [
makeWrapper
pkg-config
fontconfig
];
buildInputs = [
xorg.libXaw
xorg.xorgproto
@ -24,11 +32,8 @@ stdenv.mkDerivation rec {
xorg.libICE
ncurses
freetype
fontconfig
pkg-config
xorg.libXft
xorg.luit
makeWrapper
];
patches = [ ./sixel-256.support.patch ]