Unverified Commit e179397a authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

rxvt-unicode: cherry-pick upstream bug fix affecting tmux (#425291)

parents 1470e97e a8e4187b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -113,6 +113,12 @@ stdenv.mkDerivation {
    )
    ++ [
      ./patches/256-color-resources.patch
      (fetchPatchFromAUR {
        name = "7-bit-queries.patch";
        package = "rxvt-unicode-truecolor-wide-glyphs";
        rev = "61ed186890a2bf37585e4704a095be61e6504ac6";
        sha256 = "1xpv6g3bhxq5gp40k3rp8yjp4xrw7dr2g9sfkdmj0gi3rr0myx46";
      })
    ]
    ++ lib.optional (perlSupport && lib.versionAtLeast perl.version "5.38") (fetchpatch {
      name = "perl538-locale-c.patch";