@@ -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";
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user