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
  • Loading branch information
elohmeier committed Nov 1, 2024
1 parent 58c1ad4 commit c1a3a2f
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 c1a3a2f

Please sign in to comment.