mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
{rxvt-unicode,rxvt-unicode-unwrapped}: move to by-name
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user