hplip: add pillow and reportlab dependencies

This commit is contained in:
Thomas Tuegel 2014-05-10 22:16:13 -05:00
parent 2666dcd218
commit 56994ce2eb

View File

@ -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; {