tegaki-zinnia-japanese: drop

This commit is contained in:
Sigmanificient
2025-09-10 23:10:09 +02:00
parent ed1362ec8b
commit ddf47981d2
2 changed files with 1 additions and 28 deletions
@@ -1,28 +0,0 @@
{
lib,
stdenv,
fetchurl,
unzip,
}:
stdenv.mkDerivation {
pname = "tegaki-zinnia-japanese";
version = "0.3";
src = fetchurl {
url = "http://www.tegaki.org/releases/0.3/models/tegaki-zinnia-japanese-0.3.zip";
sha256 = "1nmg9acxhcqly9gwkyb9m0hpy76fll91ywk4b1q4xms0ajxip1h7";
};
meta = with lib; {
description = "Japanese handwriting model for the Zinnia engine";
homepage = "http://tegaki.org/";
license = licenses.lgpl21;
platforms = platforms.unix;
maintainers = [ ];
};
nativeBuildInputs = [ unzip ];
makeFlags = [ "installpath=$(out)/share/tegaki/models/zinnia/" ];
}
+1
View File
@@ -1958,6 +1958,7 @@ mapAliases {
plv8 = throw "'plv8' has been removed. Use 'postgresqlPackages.plv8' instead."; # Added 2025-07-19
postcss-cli = throw "postcss-cli has been removed because it was broken"; # added 2025-03-24
postgis = throw "'postgis' has been removed. Use 'postgresqlPackages.postgis' instead."; # Added 2025-07-19
tegaki-zinnia-japanese = throw "'tegaki-zinnia-japanese' has been removed due to lack of maintenance"; # Added 2025-09-10
tex-match = throw "'tex-match' has been removed due to lack of maintenance upstream. Consider using 'hieroglyphic' instead"; # Added 2024-09-24
texinfo5 = throw "'texinfo5' has been removed from nixpkgs"; # Added 2024-09-10
timescaledb = throw "'timescaledb' has been removed. Use 'postgresqlPackages.timescaledb' instead."; # Added 2025-07-19