hplip: make pyqt4 dependency conditional on qtSupport

This commit is contained in:
Aristid Breitkreuz 2013-02-08 00:27:07 +01:00
parent b73dff89f7
commit b2afb45b8d

View file

@ -60,10 +60,9 @@ stdenv.mkDerivation rec {
pythonPath = with pythonPackages; [
pythonDBus
pyqt4
pygobject
recursivePthLoader
];
] ++ stdenv.lib.optional qtSupport pyqt4;
meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux";