From 273752f55e435857a5fb3bce13324448e090596e Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Fri, 6 Feb 2026 00:17:39 +0100 Subject: [PATCH] rxvt-unicode: remove outdated comment libXft upstream has emoji support since version 2.3.5 --- pkgs/applications/terminal-emulators/rxvt-unicode/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix b/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix index dada6d1e8545..129cd3817246 100644 --- a/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix +++ b/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix @@ -90,8 +90,6 @@ stdenv.mkDerivation { ( if emojiSupport then [ - # the required patches to libXft are in nixpkgs by default, see - # ../../../servers/x11/xorg/overrides.nix (fetchPatchFromAUR { name = "enable-wide-glyphs.patch"; package = "rxvt-unicode-truecolor-wide-glyphs";