Skip to content

Commit

Permalink
system-config-printer: add missing dependency 'pycairo'
Browse files Browse the repository at this point in the history
Noticed when running on KDE (in contrast with GNOME, which probably
pulls in pycairo via some impurity).

(cherry picked from commit 19dc196)
  • Loading branch information
bjornfor committed Jan 22, 2017
1 parent f86644a commit d2f4afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/system-config-printer/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit d2f4afc

Please sign in to comment.