From fc3ed109c13d46711b2ec9780f3053a21c7d51ff Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 30 May 2026 10:46:06 -0400 Subject: [PATCH] {rxvt-unicode,rxvt-unicode-unwrapped}: move to by-name --- .../rx/rxvt-unicode-unwrapped/package.nix} | 0 .../rxvt-unicode-unwrapped}/patches/256-color-resources.patch | 0 .../rx/rxvt-unicode-unwrapped}/patches/9.06-font-width.patch | 0 .../rx/rxvt-unicode-unwrapped}/patches/makefile-phony.patch | 0 .../wrapper.nix => by-name/rx/rxvt-unicode/package.nix} | 0 pkgs/top-level/all-packages.nix | 4 ---- 6 files changed, 4 deletions(-) rename pkgs/{applications/terminal-emulators/rxvt-unicode/default.nix => by-name/rx/rxvt-unicode-unwrapped/package.nix} (100%) rename pkgs/{applications/terminal-emulators/rxvt-unicode => by-name/rx/rxvt-unicode-unwrapped}/patches/256-color-resources.patch (100%) rename pkgs/{applications/terminal-emulators/rxvt-unicode => by-name/rx/rxvt-unicode-unwrapped}/patches/9.06-font-width.patch (100%) rename pkgs/{applications/terminal-emulators/rxvt-unicode => by-name/rx/rxvt-unicode-unwrapped}/patches/makefile-phony.patch (100%) rename pkgs/{applications/terminal-emulators/rxvt-unicode/wrapper.nix => by-name/rx/rxvt-unicode/package.nix} (100%) diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix b/pkgs/by-name/rx/rxvt-unicode-unwrapped/package.nix similarity index 100% rename from pkgs/applications/terminal-emulators/rxvt-unicode/default.nix rename to pkgs/by-name/rx/rxvt-unicode-unwrapped/package.nix diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/patches/256-color-resources.patch b/pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/256-color-resources.patch similarity index 100% rename from pkgs/applications/terminal-emulators/rxvt-unicode/patches/256-color-resources.patch rename to pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/256-color-resources.patch diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/patches/9.06-font-width.patch b/pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/9.06-font-width.patch similarity index 100% rename from pkgs/applications/terminal-emulators/rxvt-unicode/patches/9.06-font-width.patch rename to pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/9.06-font-width.patch diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/patches/makefile-phony.patch b/pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/makefile-phony.patch similarity index 100% rename from pkgs/applications/terminal-emulators/rxvt-unicode/patches/makefile-phony.patch rename to pkgs/by-name/rx/rxvt-unicode-unwrapped/patches/makefile-phony.patch diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix b/pkgs/by-name/rx/rxvt-unicode/package.nix similarity index 100% rename from pkgs/applications/terminal-emulators/rxvt-unicode/wrapper.nix rename to pkgs/by-name/rx/rxvt-unicode/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a7ccbe0f949d..c08bece2c8f4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1363,8 +1363,6 @@ with pkgs; enableX11 = false; }; - rxvt-unicode = callPackage ../applications/terminal-emulators/rxvt-unicode/wrapper.nix { }; - rxvt-unicode-emoji = rxvt-unicode.override { rxvt-unicode-unwrapped = rxvt-unicode-unwrapped-emoji; }; @@ -1375,8 +1373,6 @@ with pkgs; } ); - rxvt-unicode-unwrapped = callPackage ../applications/terminal-emulators/rxvt-unicode { }; - rxvt-unicode-unwrapped-emoji = rxvt-unicode-unwrapped.override { emojiSupport = true; };