We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae7ef7 + c1a3a2f commit 39f0c2cCopy full SHA for 39f0c2c
pkgs/applications/graphics/tesseract/wrapper.nix
@@ -18,7 +18,9 @@ let
18
19
nativeBuildInputs = [ makeWrapper ];
20
21
- buildCommand = ''
+ phases = [ "buildPhase" "fixupPhase" ];
22
+
23
+ buildPhase = ''
24
makeWrapper {$tesseractBase,$out}/bin/tesseract --set-default TESSDATA_PREFIX $out/share/tessdata
25
26
# Recursively link include, share
0 commit comments