mmutils: drop

The upstream code hasn’t been updated in the past five years. It is also poorly maintained in nixpkgs, where it even has an incorrect pname. A GitHub search shows no active users.
This commit is contained in:
qzylinra
2025-08-29 11:10:05 +08:00
parent 5a1cf29236
commit b69c8d2999
2 changed files with 1 additions and 29 deletions

View File

@@ -1,29 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
libxcb,
}:
stdenv.mkDerivation rec {
pname = "wmutils";
version = "1.4.1";
src = fetchFromGitHub {
owner = "pockata";
repo = "mmutils";
rev = "v${version}";
sha256 = "08wlb278m5lr218c87yqashk7farzny51ybl5h6j60i7pbpm01ml";
};
buildInputs = [ libxcb ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
description = "Set of utilities for querying xrandr monitor information";
homepage = "https://github.com/pockata/mmutils";
license = licenses.isc;
platforms = platforms.unix;
};
}

View File

@@ -1564,6 +1564,7 @@ mapAliases {
minizip2 = pkgs.minizip-ng; # Added 2022-12-28
miru = throw "'miru' has been removed due to lack maintenance"; # Added 2025-08-21
mmsd = throw "'mmsd' has been removed due to being unmaintained upstream. Consider using 'mmsd-tng' instead"; # Added 2025-06-07
mmutils = throw "'mmutils' has been removed due to being unmaintained upstream"; # Added 2025-08-29
mod_dnssd = throw "'mod_dnssd' has been renamed to/replaced by 'apacheHttpdPackages.mod_dnssd'"; # Converted to throw 2024-10-17
mod_fastcgi = throw "'mod_fastcgi' has been renamed to/replaced by 'apacheHttpdPackages.mod_fastcgi'"; # Converted to throw 2024-10-17
mod_python = throw "'mod_python' has been renamed to/replaced by 'apacheHttpdPackages.mod_python'"; # Converted to throw 2024-10-17