system-config-printer: add missing dependency 'pycairo'

Noticed when running on KDE (in contrast with GNOME, which probably
pulls in pycairo via some impurity).
This commit is contained in:
Bjørn Forsman 2017-01-18 20:16:49 +01:00
parent f4f4200d9a
commit 19dc19690b

@ -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"