system-config-printer: add (optional) dependency pysmbc

Use case:
https://askubuntu.com/questions/548361/browse-button-disabled-in-windows-printer-via-samba-for-printer-shares
This commit is contained in:
Symphorien Gibol 2017-09-29 21:16:42 +02:00
parent a1f1889f55
commit dba8058f9d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ wrapGAppsHook ];
pythonPath = with pythonPackages;
[ pycups pycurl dbus-python pygobject3 requests pycairo pythonPackages.pycurl ];
[ pycups pycurl dbus-python pygobject3 requests pycairo pysmbc ];
configureFlags =
[ "--with-udev-rules"