winhelpcgi: drop

Fails to build with GCC 14 and unmaintained upstream since 2009 [1].

[1] https://www.herdsoft.com/ftp/downloads.html#winhelpcgi
This commit is contained in:
Tom Hunze
2025-06-14 10:39:59 +02:00
parent 9d2765dcee
commit f8f093166f
2 changed files with 1 additions and 35 deletions

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;
};
}

View File

@@ -2063,6 +2063,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