Skip to content

Commit e179397

Browse files
authored
rxvt-unicode: cherry-pick upstream bug fix affecting tmux (#425291)
2 parents 1470e97 + a8e4187 commit e179397

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • pkgs/applications/terminal-emulators/rxvt-unicode

pkgs/applications/terminal-emulators/rxvt-unicode/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ stdenv.mkDerivation {
113113
)
114114
++ [
115115
./patches/256-color-resources.patch
116+
(fetchPatchFromAUR {
117+
name = "7-bit-queries.patch";
118+
package = "rxvt-unicode-truecolor-wide-glyphs";
119+
rev = "61ed186890a2bf37585e4704a095be61e6504ac6";
120+
sha256 = "1xpv6g3bhxq5gp40k3rp8yjp4xrw7dr2g9sfkdmj0gi3rr0myx46";
121+
})
116122
]
117123
++ lib.optional (perlSupport && lib.versionAtLeast perl.version "5.38") (fetchpatch {
118124
name = "perl538-locale-c.patch";

0 commit comments

Comments
 (0)