cupsd: Allow major upgrades of gutenprint with cups-genppdupdate. (#129337)

authored by Luke Granger-Brown and committed by GitHub b0128a10 0d2230e8

+1 -1
+1 -1
nixos/modules/services/printing/cupsd.nix
··· 419 419 420 420 ${optionalString (containsGutenprint cfg.drivers) '' 421 421 if [ -d /var/lib/cups/ppd ]; then 422 - ${getGutenprint cfg.drivers}/bin/cups-genppdupdate -p /var/lib/cups/ppd 422 + ${getGutenprint cfg.drivers}/bin/cups-genppdupdate -x -p /var/lib/cups/ppd 423 423 fi 424 424 ''} 425 425 '';