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
commit b31ec450fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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