3
0
Fork 0
forked from mirrors/nixpkgs

* CUPS provides a dbus service.

svn path=/nixos/trunk/; revision=18125
This commit is contained in:
Eelco Dolstra 2009-11-04 22:44:21 +00:00
parent 8734b7103e
commit 3f7eb694a9

View file

@ -145,6 +145,8 @@ in
environment.systemPackages = [cups];
services.dbus.packages = [cups];
environment.etc =
[ # CUPS expects the following files in its ServerRoot.
{ source = "${cups}/etc/cups/mime.convs";