summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-10-21 20:53:18 +0300
committerNikolay Amiantov <ab@fmap.me>2015-10-21 20:53:18 +0300
commit9c2d733426058ed933ad6c869054fc8c2dc891e3 (patch)
tree423a983ab8e175103c2d3bbb6c7af4e515e74689 /pkgs/applications/misc
parentd673bf7ed31e7d0461bfea1330ae0b4eee5203a8 (diff)
downloadnixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar.gz
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar.bz2
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar.lz
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar.xz
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.tar.zst
nixlib-9c2d733426058ed933ad6c869054fc8c2dc891e3.zip
Revert "rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug"
This reverts commit 5877d74f03f8164af91850d439d7cc584c006d6e.
Closes #10513.
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index 325a42b70b15..c1d74c247cef 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, perlSupport, libX11, libXt, libXft, ncurses, perl,
+{ stdenv, fetchurl, perlSupport, libX11, libXt, libXft, ncurses, perl,
   fontconfig, freetype, pkgconfig, libXrender, gdkPixbufSupport, gdk_pixbuf,
   unicode3Support }:
 
@@ -28,10 +28,6 @@ stdenv.mkDerivation (rec {
   patches = [
     ./rxvt-unicode-9.06-font-width.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;