tex-match: remove (#344155)

This commit is contained in:
Jörg Thalheim 2024-10-11 07:36:18 +02:00 committed by GitHub
commit 35f64dd473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 30 deletions

View File

@ -1,28 +0,0 @@
{ rustPlatform, fetchFromGitHub, gtk3, pkg-config, glib, lib }:
rustPlatform.buildRustPackage rec {
pname = "tex-match";
version = "1.2.0";
src = fetchFromGitHub {
owner = "zoeyfyi";
repo = "TeX-Match";
rev = "v${version}";
sha256 = "1yb81j7mbqqb8jcn78dx4ydp7ncbzvaczkli6cqay5jf5j6dbk1z";
};
nativeBuildInputs = [ pkg-config glib ];
buildInputs = [ gtk3 ];
cargoHash = "sha256-Vgcfir7Mg0mTpN6nx2P2gGcXSoB7iBRVkGTpO1nmMI4=";
meta = with lib; {
description = "Search through over 1000 different LaTeX symbols by sketching. A desktop version of detexify";
mainProgram = "tex-match";
homepage = "https://tex-match.zoey.fyi/";
license = licenses.mit;
maintainers = [ maintainers.bootstrap-prime ];
platforms = platforms.linux;
};
}

View File

@ -1277,6 +1277,7 @@ mapAliases {
pgtap = postgresqlPackages.pgtap;
plv8 = postgresqlPackages.plv8;
postgis = postgresqlPackages.postgis;
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 = postgresqlPackages.timescaledb;
tsearch_extras = postgresqlPackages.tsearch_extras;

View File

@ -5000,8 +5000,6 @@ with pkgs;
tetex = callPackage ../tools/typesetting/tex/tetex { libpng = libpng12; };
tex-match = callPackage ../tools/typesetting/tex/tex-match { };
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;
# TeX Live; see https://nixos.org/nixpkgs/manual/#sec-language-texlive