Merge pull request #299831 from b-rodrigues/fix_rpackages.textlinedetector

rPackages.image_textlinedetector: fixed build
This commit is contained in:
Justin Bedő 2024-03-29 14:49:37 +11:00 committed by GitHub
commit 468583ced4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -562,6 +562,7 @@ let
jqr = [ pkgs.jq.lib ];
kza = [ pkgs.pkg-config ];
igraph = with pkgs; [ gmp libxml2.dev glpk ];
image_textlinedetector = with pkgs; [ pkg-config opencv ];
lwgeom = with pkgs; [ pkg-config proj.dev sqlite.dev ];
magick = [ pkgs.pkg-config ];
mwaved = [ pkgs.pkg-config ];