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:
parent
d9c10d6f56
commit
c88a06a860
|
@ -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
|
||||
''}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue