Skip to content

Commit 39f0c2c

Browse files
committed
tesseract: ensure fixupPhase is run (#352788)
2 parents 8ae7ef7 + c1a3a2f commit 39f0c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/applications/graphics/tesseract/wrapper.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ let
1818

1919
nativeBuildInputs = [ makeWrapper ];
2020

21-
buildCommand = ''
21+
phases = [ "buildPhase" "fixupPhase" ];
22+
23+
buildPhase = ''
2224
makeWrapper {$tesseractBase,$out}/bin/tesseract --set-default TESSDATA_PREFIX $out/share/tessdata
2325
2426
# Recursively link include, share

0 commit comments

Comments
 (0)