0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

cups-pdf-filter -> cups-filters, enable by default for cups

This commit is contained in:
Domen Kožar 2014-11-23 17:51:55 +01:00
parent 909b62fa6e
commit 23567ac200
3 changed files with 33 additions and 3 deletions

View file

@ -107,7 +107,7 @@ in
type = types.listOf types.path;
example = literalExample "[ pkgs.splix ]";
description = ''
CUPS drivers to use. Drivers provided by CUPS, Ghostscript
CUPS drivers to use. Drivers provided by CUPS, cups-filters, Ghostscript
and Samba are added unconditionally.
'';
};
@ -175,7 +175,7 @@ in
};
services.printing.drivers =
[ pkgs.cups pkgs.ghostscript additionalBackends
[ pkgs.cups pkgs.ghostscript pkgs.cups_filters additionalBackends
pkgs.perl pkgs.coreutils pkgs.gnused pkgs.bc pkgs.gawk pkgs.gnugrep
];