summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2014-11-06 02:44:20 +0300
committerNikolay Amiantov <ab@fmap.me>2014-11-14 13:51:26 +0300
commitf7ba33de561aac0beccd0eebb7a3a8499aab46eb (patch)
treeefffd14fea6a4f52a0eb1fe5724e1cde27d057ee /nixos
parentaa548af5a5e997b94df41b1da57232bd10b76612 (diff)
downloadnixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar.gz
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar.bz2
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar.lz
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar.xz
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.tar.zst
nixlib-f7ba33de561aac0beccd0eebb7a3a8499aab46eb.zip
cups-filters: add package
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/printing/cupsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix
index fab1318f5b9e..9e0f8a227e9f 100644
--- a/nixos/modules/services/printing/cupsd.nix
+++ b/nixos/modules/services/printing/cupsd.nix
@@ -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
       ];