gscan2pdf: add scanimage to PATH in wrapper

Gscan2pdf/Frontend/CLI.pm calls this binary.
This commit is contained in:
pacien 2020-07-07 20:46:56 +02:00
parent 832a240b12
commit bf40153c8d

View File

@ -64,6 +64,7 @@ perlPackages.buildPerlPackage rec {
# Add runtime dependencies
wrapProgram "$out/bin/gscan2pdf" \
--prefix PATH : "${sane-backends}/bin" \
--prefix PATH : "${imagemagick}/bin" \
--prefix PATH : "${libtiff}/bin" \
--prefix PATH : "${djvulibre}/bin" \