mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
gscan2pdf: add scanimage to PATH in wrapper
Gscan2pdf/Frontend/CLI.pm calls this binary.
This commit is contained in:
parent
832a240b12
commit
bf40153c8d
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user