fbterm: import Arch Linux patches to fix build
This commit is contained in:
parent
85b08ca048
commit
fd3e1ce776
@ -28,6 +28,23 @@ stdenv.mkDerivation {
|
|||||||
mkdir -p "$out/share/terminfo"
|
mkdir -p "$out/share/terminfo"
|
||||||
tic -a -v2 -o"$out/share/terminfo" terminfo/fbterm
|
tic -a -v2 -o"$out/share/terminfo" terminfo/fbterm
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# fixes from Arch Linux package
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/glitsj16/fbterm-patched/d1fe03313be4654dd0a1c0bb5f51530732345134/gcc-6-build-fixes.patch";
|
||||||
|
sha256 = "1kl9fjnrri6pamjdl4jpkqxk5wxcf6jcchv5801xz8vxp4542m40";
|
||||||
|
})
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/glitsj16/fbterm-patched/d1fe03313be4654dd0a1c0bb5f51530732345134/insertmode-fix.patch";
|
||||||
|
sha256 = "1bad9mqcfpqb94lpx23lsamlhplil73ahzin2xjva0gl3gr1038l";
|
||||||
|
})
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://raw.githubusercontent.com/glitsj16/fbterm-patched/d1fe03313be4654dd0a1c0bb5f51530732345134/miscoloring-fix.patch";
|
||||||
|
sha256 = "1mjszji0jgs2jsagjp671fv0d1983wmxv009ff1jfhi9pbay6jd0";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = "Framebuffer terminal emulator";
|
description = "Framebuffer terminal emulator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user