Unverified Commit 35f64dd4 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

tex-match: remove (#344155)

parents ca740730 82459a8d
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
{ 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;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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