Merge pull request #21977 from bjornfor/kde-printing

kde5: fix error message in "Add Printer" dialog
This commit is contained in:
Thomas Tuegel 2017-01-18 19:06:16 -06:00 committed by GitHub
commit 0baa434f2c
2 changed files with 3 additions and 1 deletions

View File

@ -229,6 +229,8 @@ in
# Enable helpful DBus services.
services.udisks2.enable = true;
services.upower.enable = config.powerManagement.enable;
services.dbus.packages =
mkIf config.services.printing.enable [ pkgs.system-config-printer ];
# Extra UDEV rules used by Solid
services.udev.packages = [

View File

@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
];
pythonPath = with pythonPackages;
[ pycups pycurl dbus-python pygobject3 requests2 ];
[ pycups pycurl dbus-python pygobject3 requests2 pycairo ];
configureFlags =
[ "--with-udev-rules"