tesseract5: update dependencies
* remove unneeded dependency autoconf-archive * add missing build input libarchive * add missing build input curl Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d3e8677659
commit
317a5d653f
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive, pkg-config
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
|
||||||
, leptonica, libpng, libtiff, icu, pango, opencl-headers, fetchpatch
|
, curl, leptonica, libarchive, libpng, libtiff, icu, pango, opencl-headers, fetchpatch
|
||||||
, Accelerate, CoreGraphics, CoreVideo
|
, Accelerate, CoreGraphics, CoreVideo
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -19,11 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
autoconf-archive
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
curl
|
||||||
leptonica
|
leptonica
|
||||||
|
libarchive
|
||||||
libpng
|
libpng
|
||||||
libtiff
|
libtiff
|
||||||
icu
|
icu
|
||||||
|
Loading…
Reference in New Issue
Block a user