Unverified Commit 24d53496 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #226660 from stweil/tesseract

parents af62d8ca 317a5d65
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