1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

cups service: set path for cups-genppdupdate

This commit is contained in:
Nikolay Amiantov 2016-02-26 17:40:52 +03:00
parent d9c10d6f56
commit c88a06a860

View file

@ -310,7 +310,7 @@ in
[ ! -e "/var/lib/cups/$i" ] && ln -s "${rootdir}/etc/cups/$i" "/var/lib/cups/$i"
done
${optionalString cfg.gutenprint ''
${gutenprint}/bin/cups-genppdupdate
${gutenprint}/bin/cups-genppdupdate -p /etc/cups/ppd
''}
'';
};