winhelpcgi: drop (#416646)

This commit is contained in:
Aleksana
2025-06-15 11:05:44 +08:00
committed by GitHub
2 changed files with 1 additions and 35 deletions
-35
View File
@@ -1,35 +0,0 @@
{
stdenv,
fetchurl,
libwmf,
libpng12,
pkg-config,
lib,
}:
stdenv.mkDerivation {
pname = "winhelpcgi";
version = "1.0-rc3";
src = fetchurl {
url = "http://www.herdsoft.com/ftp/winhelpcgi_1.0-1.tar.gz";
sha256 = "sha256-9HIs50ZGoTfGixD9c/DQs0KJMQtmfsDVB8qRMnQtXNw=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libwmf
libpng12
];
meta = {
description = "CGI module for Linux, Solaris, MacOS X and AIX to read Windows Help Files";
mainProgram = "winhelpcgi.cgi";
homepage = "http://www.herdsoft.com/linux/produkte/winhelpcgi.html";
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.shlevy ];
platforms = lib.platforms.linux;
broken = stdenv.hostPlatform.isAarch64;
};
}
+1
View File
@@ -2065,6 +2065,7 @@ mapAliases {
wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
whatsapp-for-linux = wasistlos; # Added 2025-01-30
wineWayland = wine-wayland;
winhelpcgi = throw "'winhelpcgi' has been removed as it was unmaintained upstream and broken with GCC 14"; # Added 2025-06-14
win-virtio = virtio-win; # Added 2023-10-17
wireguard-vanity-address = throw "'wireguard-vanity-address' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
wkhtmltopdf-bin = wkhtmltopdf; # Added 2024-07-17