Skip to content

Commit

Permalink
tesseract: ensure fixupPhase is run, e.g. ensuring library codesignin…
Browse files Browse the repository at this point in the history
…g on darwin

(cherry picked from commit c1a3a2f)
  • Loading branch information
elohmeier authored and github-actions[bot] committed Dec 23, 2024
1 parent a43e1fb commit 9ae4151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/graphics/tesseract/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ let

nativeBuildInputs = [ makeWrapper ];

buildCommand = ''
phases = [ "buildPhase" "fixupPhase" ];

buildPhase = ''
makeWrapper {$tesseractBase,$out}/bin/tesseract --set-default TESSDATA_PREFIX $out/share/tessdata
# Recursively link include, share
Expand Down

0 comments on commit 9ae4151

Please sign in to comment.