tdfgo: drop

Reference: https://github.com/NixOS/nixpkgs/issues/471645
This commit is contained in:
Sizhe Zhao
2025-12-18 12:00:08 +08:00
parent c4b51e28cb
commit 2ae024dbf1
2 changed files with 1 additions and 29 deletions
-29
View File
@@ -1,29 +0,0 @@
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule {
pname = "tdfgo";
version = "0-unstable-2022-08-25";
src = fetchFromGitHub {
owner = "digitallyserviced";
repo = "tdfgo";
rev = "9f0b3315eed32409639a05aca55d7a0252681193";
sha256 = "sha256-Lr4+bXdVxYbCXKVzE+fjeLD559HuABK6lOLJ0sBBGNY=";
};
vendorHash = "sha256-T6PSs5NfXSXvzlq67rIDbzURyA+25df3nMMfufo0fow=";
meta = {
description = "TheDraw font parser and console text renderer";
longDescription = "Supports more fonts than `tdfiglet`, and packs more features.";
homepage = "https://github.com/digitallyserviced/tdfgo";
license = lib.licenses.cc0;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ crinklywrappr ];
mainProgram = "tdfgo";
};
}
+1
View File
@@ -1568,6 +1568,7 @@ mapAliases {
tclx = throw "'tclx' has been renamed to/replaced by 'tclPackages.tclx'"; # Converted to throw 2025-10-27
tcp-cutter = throw "tcp-cutter has been removed because it fails to compile and the source url is dead"; # Added 2025-05-25
tdesktop = throw "'tdesktop' has been renamed to/replaced by 'telegram-desktop'"; # Converted to throw 2025-10-27
tdfgo = throw "'tdfgo' has been removed because it was removed from upstream"; # Added 2025-12-18
tdlib-purple = throw "'tdlib-purple' has been renamed to/replaced by 'pidginPackages.tdlib-purple'"; # Converted to throw 2025-10-27
tdom = throw "'tdom' has been renamed to/replaced by 'tclPackages.tdom'"; # Converted to throw 2025-10-27
teamspeak5_client = throw "'teamspeak5_client' has been renamed to/replaced by 'teamspeak6-client'"; # Converted to throw 2025-10-27