tex-match: remove (#344155)
This commit is contained in:
commit
35f64dd473
@ -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;
|
||||
};
|
||||
}
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user