modules/services/printing/cupsd.nix: MIME related config files have moved to share in cups 1.5

svn path=/nixos/trunk/; revision=29254
This commit is contained in:
Peter Simons 2011-09-13 20:42:21 +00:00
parent a499049ce5
commit 02bb4eb289

View File

@ -125,10 +125,10 @@ in
environment.etc = environment.etc =
[ # CUPS expects the following files in its ServerRoot. [ # CUPS expects the following files in its ServerRoot.
{ source = "${cups}/etc/cups/mime.convs"; { source = "${cups}/share/cups/mime/mime.convs";
target = "cups/mime.convs"; target = "cups/mime.convs";
} }
{ source = "${cups}/etc/cups/mime.types"; { source = "${cups}/share/cups/mime/mime.types";
target = "cups/mime.types"; target = "cups/mime.types";
} }
]; ];