Skip to content

Commit

Permalink
Merge pull request NixOS#226660 from stweil/tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Nov 19, 2023
2 parents af62d8c + 317a5d6 commit 24d5349
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/tesseract/tesseract5.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ 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
}:

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

buildInputs = [
curl
leptonica
libarchive
libpng
libtiff
icu
Expand Down

0 comments on commit 24d5349

Please sign in to comment.