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

cups-filters: add package

This commit is contained in:
Nikolay Amiantov 2014-11-06 02:44:20 +03:00
parent aa548af5a5
commit f7ba33de56
4 changed files with 63 additions and 1 deletions

View file

@ -175,7 +175,7 @@ in
};
services.printing.drivers =
[ pkgs.cups pkgs.ghostscript additionalBackends
[ pkgs.cups pkgs.cups-filters pkgs.ghostscript additionalBackends
pkgs.perl pkgs.coreutils pkgs.gnused pkgs.bc pkgs.gawk pkgs.gnugrep
];