summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-05-10 22:16:13 -0500
committerThomas Tuegel <ttuegel@gmail.com>2014-05-10 23:44:03 -0500
commit56994ce2ebfac75f0e4bcc06e43b47bdbb51790a (patch)
tree837f1cb58c94d5fb5df84ca45b50ca4a60c194f0 /pkgs/misc
parent2666dcd21869658c2d3038c417eb27556b2cd289 (diff)
downloadnixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar.gz
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar.bz2
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar.lz
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar.xz
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.tar.zst
nixlib-56994ce2ebfac75f0e4bcc06e43b47bdbb51790a.zip
hplip: add pillow and reportlab dependencies
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index efa0b480319b..593b346fc3b5 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -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; {