forked from mirrors/nixpkgs
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:
parent
f4f4200d9a
commit
19dc19690b
|
@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ pycups pycurl dbus-python pygobject3 requests2 ];
|
[ pycups pycurl dbus-python pygobject3 requests2 pycairo ];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--with-udev-rules"
|
[ "--with-udev-rules"
|
||||||
|
|
Loading…
Reference in a new issue