forked from mirrors/nixpkgs
rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug
This commit is contained in:
parent
2a117cda41
commit
5877d74f03
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, perlSupport, libX11, libXt, libXft, ncurses, perl,
|
{ stdenv, fetchurl, fetchpatch, perlSupport, libX11, libXt, libXft, ncurses, perl,
|
||||||
fontconfig, freetype, pkgconfig, libXrender, gdkPixbufSupport, gdk_pixbuf,
|
fontconfig, freetype, pkgconfig, libXrender, gdkPixbufSupport, gdk_pixbuf,
|
||||||
unicode3Support }:
|
unicode3Support }:
|
||||||
|
|
||||||
|
@ -28,6 +28,10 @@ stdenv.mkDerivation (rec {
|
||||||
patches = [
|
patches = [
|
||||||
./rxvt-unicode-9.06-font-width.patch
|
./rxvt-unicode-9.06-font-width.patch
|
||||||
./rxvt-unicode-256-color-resources.patch
|
./rxvt-unicode-256-color-resources.patch
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://raw.githubusercontent.com/mina86/urxvt-tabbedex/ad4f54c8b8d3a01fc17975fd3fd14aa674c07d2b/rxvt-unicode-scroll-bug-fix.patch";
|
||||||
|
sha256 = "1ild0r6y7jb800yiss5pgd4k60s7l9njv3nn3x280yvg1lx6ihpg";
|
||||||
|
})
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin ./rxvt-unicode-makefile-phony.patch;
|
++ stdenv.lib.optional stdenv.isDarwin ./rxvt-unicode-makefile-phony.patch;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue