xdg-terminal-exec-mkhl: drop
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromCodeberg,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "xdg-terminal-exec-mkhl";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "mkhl";
|
||||
repo = "xdg-terminal-exec";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-iVp+tg+OujMMddKsQ/T9wyqh/Jk/j/jQgsl23uQA/iM=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-4GNdH+cfr3hhbK3BQXHntPr0sTSl6SS56wkdTWbv8/k=";
|
||||
|
||||
meta = {
|
||||
description = "Alternative rust-based implementation of the proposed XDG Default Terminal Execution Specification";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "xdg-terminal-exec";
|
||||
maintainers = with lib.maintainers; [ quantenzitrone ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
@@ -1998,6 +1998,10 @@ mapAliases {
|
||||
xcbutilrenderutil = libxcb-render-util; # Added 2026-02-04
|
||||
xcbutilwm = libxcb-wm; # Added 2026-02-04
|
||||
xcursorthemes = xcursor-themes; # Added 2026-01-19
|
||||
xdg-terminal-exec-mkhl = warnAlias "
|
||||
'xdg-terminal-exec-mkhl' has been removed due to being behind the xdg-terminal-exec spec for too long,
|
||||
use the reference implementation 'xdg-terminal-exec' instead.
|
||||
" xdg-terminal-exec; # Added 2026-01-14
|
||||
xdragon = throw "'xdragon' has been renamed to/replaced by 'dragon-drop'"; # Converted to throw 2025-10-27
|
||||
xf86_input_cmt = xf86-input-cmt; # Added 2025-12-12
|
||||
xf86_input_wacom = xf86-input-wacom; # Added 2025-12-12
|
||||
|
||||
Reference in New Issue
Block a user