Commit 317a5d65 authored by Stefan Weil's avatar Stefan Weil
Browse files

tesseract5: update dependencies



* remove unneeded dependency autoconf-archive
* add missing build input libarchive
* add missing build input curl

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
parent d3e86776
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive, pkg-config
, leptonica, libpng, libtiff, icu, pango, opencl-headers, fetchpatch
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
, curl, leptonica, libarchive, libpng, libtiff, icu, pango, opencl-headers, fetchpatch
, Accelerate, CoreGraphics, CoreVideo
}:

@@ -19,11 +19,12 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    pkg-config
    autoreconfHook
    autoconf-archive
  ];

  buildInputs = [
    curl
    leptonica
    libarchive
    libpng
    libtiff
    icu