We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1470e97 + a8e4187 commit e179397Copy full SHA for e179397
1 file changed
pkgs/applications/terminal-emulators/rxvt-unicode/default.nix
@@ -113,6 +113,12 @@ stdenv.mkDerivation {
113
)
114
++ [
115
./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
+ })
122
]
123
++ lib.optional (perlSupport && lib.versionAtLeast perl.version "5.38") (fetchpatch {
124
name = "perl538-locale-c.patch";
0 commit comments