Merge pull request #29939 from symphorien/pysmbc

Pysmbc
This commit is contained in:
Orivej Desh
2017-10-01 22:37:23 +00:00
committed by GitHub
3 changed files with 27 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"