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