Unverified Commit f3f90f39 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

xdg-terminal-exec-mkhl: drop (#480126)

parents 3c302e13 8ec8657b
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{
  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;
  };
})
+4 −0
Original line number Diff line number Diff line
@@ -2009,6 +2009,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