Merge pull request #92619 from pacien/gscan2pdf-wrapper-scanimage

gscan2pdf: add scanimage to PATH in wrapper
This commit is contained in:
Daniël de Kok
2020-07-08 09:03:43 +02:00
committed by GitHub

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" \