forked from mirrors/nixpkgs
nixos/printing: remove google cloud print
This commit is contained in:
parent
27fc0ff73d
commit
754a8db42d
|
@ -270,7 +270,7 @@ in
|
|||
drivers = mkOption {
|
||||
type = types.listOf types.path;
|
||||
default = [];
|
||||
example = literalExample "with pkgs; [ gutenprint hplip splix cups-googlecloudprint ]";
|
||||
example = literalExample "with pkgs; [ gutenprint hplip splix ]";
|
||||
description = ''
|
||||
CUPS drivers to use. Drivers provided by CUPS, cups-filters,
|
||||
Ghostscript and Samba are added unconditionally. If this list contains
|
||||
|
|
Loading…
Reference in a new issue