tesseract: rename to tesseract4, add alias
This is more consistent with the naming of the most popular versioned pkgs.
This commit is contained in:
parent
b818997807
commit
8d1ba999cb
4 changed files with 4 additions and 3 deletions
|
@ -116,7 +116,7 @@ in rec {
|
|||
|
||||
vms = map (m: m.config.system.build.vm) (lib.attrValues nodes);
|
||||
|
||||
ocrProg = tesseract_4.override { enableLanguages = [ "eng" ]; };
|
||||
ocrProg = tesseract4.override { enableLanguages = [ "eng" ]; };
|
||||
|
||||
imagemagick_tiff = imagemagick_light.override { inherit libtiff; };
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
languages = languages.v3;
|
||||
};
|
||||
|
||||
tesseract_4 = lowPrio (callPackage ./wrapper.nix {
|
||||
tesseract4 = lowPrio (callPackage ./wrapper.nix {
|
||||
tesseractBase = base4;
|
||||
languages = languages.v4;
|
||||
});
|
||||
|
|
|
@ -303,6 +303,7 @@ mapAliases ({
|
|||
terraform-provider-ibm = terraform-providers.ibm; # added 2018-09-28
|
||||
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
|
||||
terraform-provider-nixos = terraform-providers.nixos; # added 2018-09-28
|
||||
tesseract_4 = tesseract4; # added 2018-12-19
|
||||
tex-gyre-bonum-math = tex-gyre-math.bonum; # added 2018-04-03
|
||||
tex-gyre-pagella-math = tex-gyre-math.pagella; # added 2018-04-03
|
||||
tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03
|
||||
|
|
|
@ -19487,7 +19487,7 @@ in
|
|||
|
||||
inherit (callPackage ../applications/graphics/tesseract {})
|
||||
tesseract
|
||||
tesseract_4;
|
||||
tesseract4;
|
||||
|
||||
tetraproc = callPackage ../applications/audio/tetraproc { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue