summary refs log tree commit diff
path: root/pkgs/applications/graphics/tesseract
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-07 16:17:39 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-19 20:09:16 +0700
commite03c068af5c9ca950214cd6c3b5cfe67f595da88 (patch)
tree3a2072763efa4dae7237eeecf46fc6a95ddcd215 /pkgs/applications/graphics/tesseract
parent06c2bba257d77f2aeada7f943244d9afd5998645 (diff)
downloadnixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar.gz
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar.bz2
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar.lz
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar.xz
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.tar.zst
nixpkgs-e03c068af5c9ca950214cd6c3b5cfe67f595da88.zip
treewide: makeWrapper buildInputs to nativeBuildInputs
Diffstat (limited to 'pkgs/applications/graphics/tesseract')
-rw-r--r--pkgs/applications/graphics/tesseract/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/tesseract/wrapper.nix b/pkgs/applications/graphics/tesseract/wrapper.nix
index 313920d8154..1dfc4393c46 100644
--- a/pkgs/applications/graphics/tesseract/wrapper.nix
+++ b/pkgs/applications/graphics/tesseract/wrapper.nix
@@ -17,7 +17,7 @@ let
   tesseractWithData = tesseractBase.overrideAttrs (_: {
     inherit tesseractBase tessdata;
 
-    buildInputs = [ makeWrapper ];
+    nativeBuildInputs = [ makeWrapper ];
 
     buildCommand = ''
       makeWrapper {$tesseractBase,$out}/bin/tesseract --set-default TESSDATA_PREFIX $out/share/tessdata