3
0
Fork 0
forked from mirrors/nixpkgs

tesseract: fix postInstall

We needed to separate each of the unpack commands.
This commit is contained in:
Mateusz Kowalczyk 2015-05-23 02:27:47 +01:00
parent 4d867b0b08
commit 6014752e73

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'LIBLEPT_HEADERSDIR=${leptonica}/include'
'';
postInstall = concatStrings extraLanguages;
postInstall = concatStringsSep "; " extraLanguages;
meta = {
description = "OCR engine";