hplip: add pillow and reportlab dependencies
This commit is contained in:
parent
2666dcd218
commit
56994ce2eb
|
@ -105,9 +105,11 @@ stdenv.mkDerivation rec {
|
|||
] ++ stdenv.lib.optional qtSupport qt4;
|
||||
|
||||
pythonPath = with pythonPackages; [
|
||||
pillow
|
||||
pythonDBus
|
||||
pygobject
|
||||
recursivePthLoader
|
||||
reportlab
|
||||
] ++ stdenv.lib.optional qtSupport pyqt4;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in New Issue