From cc28e819e44431effb918d200859cbb631acc5ba Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 24 Nov 2014 17:40:03 +0100 Subject: nixos/cupsd: Ignore collisions in cups-progs. There currently are collisions between the main CUPS package and the filters package, which are: * $storepath/share/cups/banners/classified * $storepath/share/cups/banners/confidential * $storepath/share/cups/banners/secret * $storepath/share/cups/banners/standard * $storepath/share/cups/banners/topsecret * $storepath/share/cups/banners/unclassified * $storepath/share/cups/data/testprint And they actually have different content, so let's ignore those for now until we have a better fix. Signed-off-by: aszlig --- nixos/modules/services/printing/cupsd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/printing') diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix index fb6e2b905906..9c289f685124 100644 --- a/nixos/modules/services/printing/cupsd.nix +++ b/nixos/modules/services/printing/cupsd.nix @@ -37,6 +37,7 @@ let paths = cfg.drivers; pathsToLink = [ "/lib/cups" "/share/cups" "/bin" "/etc/cups" ]; postBuild = cfg.bindirCmds; + ignoreCollisions = true; }; in -- cgit 1.4.1