hawknl: drop (#404904)

This commit is contained in:
K900
2025-05-07 17:14:13 +03:00
committed by GitHub
2 changed files with 1 additions and 38 deletions
-38
View File
@@ -1,38 +0,0 @@
{
lib,
stdenv,
fetchurl,
unzip,
}:
stdenv.mkDerivation rec {
pname = "hawknl";
version = "1.68";
src = fetchurl {
url = "http://urchlay.naptime.net/~urchlay/src/HawkNL${
lib.replaceStrings [ "." ] [ "" ] version
}src.zip";
sha256 = "11shn2fbxj3w0j77w0234pqyj1368x686kkgv09q5yqhi1cdp028";
};
nativeBuildInputs = [ unzip ];
makefile = "makefile.linux";
patchPhase = ''
sed -i s/soname,NL/soname,libNL/ src/makefile.linux
'';
preInstall = ''
sed -i s,/usr/local,$out, src/makefile.linux
mkdir -p $out/lib $out/include
'';
meta = {
homepage = "http://hawksoft.com/hawknl/";
description = "Free, open source, game oriented network API";
license = lib.licenses.lgpl2Plus;
platforms = lib.platforms.linux;
};
}
+1
View File
@@ -835,6 +835,7 @@ mapAliases {
hardinfo = throw "'hardinfo' has been removed as it was abandoned upstream. Consider using 'hardinfo2' instead."; # added 2025-04-17
hasura-graphql-engine = throw "hasura-graphql-engine has been removed because was broken and its packaging severly out of date"; # Added 2025-02-14
haven-cli = throw "'haven-cli' has been removed due to the official announcement of the project closure. Read more at https://havenprotocol.org/2024/12/12/project-closure-announcement"; # Added 2025-02-25
hawknl = throw "'hawknl' has been removed as it was unmaintained and the upstream unavailable"; # Added 2025-05-07
HentaiAtHome = hentai-at-home; # Added 2024-06-12
hll2390dw-cups = throw "The hll2390dw-cups package was dropped since it was unmaintained."; # Added 2024-06-21
hoarder = throw "'hoarder' has been renamed to 'karakeep'"; # Added 2025-04-21