mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
Merge pull request #273868 from jbedo/tesseract
rPackages.tesseract: fix build
This commit is contained in:
commit
a214e66556
@ -1387,6 +1387,13 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
tesseract = old.tesseract.overrideAttrs (_: {
|
||||
preConfigure = ''
|
||||
substituteInPlace configure \
|
||||
--replace 'PKG_CONFIG_NAME="tesseract"' 'PKG_CONFIG_NAME="tesseract lept"'
|
||||
'';
|
||||
});
|
||||
|
||||
ijtiff = old.ijtiff.overrideAttrs (_: {
|
||||
preConfigure = ''
|
||||
patchShebangs configure
|
||||
|
Loading…
Reference in New Issue
Block a user