Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Erik Arvstedt
e6fad86853
tesseract: 4.1.0 -> 4.1.1
2020-01-17 13:19:12 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
9f29ecbaf4
tesseract4: 4.0.0 -> 4.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tesseract/versions
2019-07-17 09:33:34 +02:00
Erik Arvstedt
aaaed13077
tesseract: add a wrapper to setup languages
...
Tesseract is now decoupled from the tessdata language corpus.
This avoids recompilation when building Tesseract with a custom set
of languages.
Update k2pdfopt to use the new wrapper interface.
2018-12-19 18:08:16 +01:00
Erik Arvstedt
45d2a2dd91
tesseract: change file layout
...
Rename default.nix -> tesseract3.nix
Rename 4.x.nix -> tesseract4.nix
This is needed for the following commits.
2018-12-19 18:07:39 +01:00