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:
Stefan Weil 2023-04-17 17:00:11 +02:00
parent d3e8677659
commit 317a5d653f

View File

@ -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