Merge pull request #117545 from bootstrap-prime/master

This commit is contained in:
Sandro 2021-04-05 06:25:08 +02:00 committed by GitHub
commit 7aae486f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 0 deletions

View File

@ -1300,6 +1300,12 @@
githubId = 50839;
name = "Brian Jones";
};
bootstrap-prime = {
email = "bootstrap.prime@gmail.com";
github = "bootstrap-prime";
githubId = 68566724;
name = "bootstrap-prime";
};
commandodev = {
email = "ben@perurbis.com";
github = "commandodev";

View File

@ -0,0 +1,27 @@
{ 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 ];
cargoSha256 = "1sm2fd3dhs59rvmfjzrfz0qwqzyc9dllb8ph0wc2x0r3px16c71x";
meta = with lib; {
description = "Search through over 1000 different LaTeX symbols by sketching. A desktop version of detexify";
homepage = "https://tex-match.zoey.fyi/";
license = licenses.mit;
maintainers = [ maintainers.bootstrap-prime ];
platforms = platforms.linux;
};
}

View File

@ -8619,6 +8619,8 @@ in
texworks = libsForQt5.callPackage ../applications/editors/texworks { };
tex-match = callPackage ../tools/typesetting/tex/tex-match { };
thc-hydra = callPackage ../tools/security/thc-hydra { };
thc-ipv6 = callPackage ../tools/security/thc-ipv6 { };