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; [ pythonPath = with pythonPackages; [
pythonDBus pythonDBus
pyqt4
pygobject pygobject
recursivePthLoader recursivePthLoader
]; ] ++ stdenv.lib.optional qtSupport pyqt4;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux"; description = "Print, scan and fax HP drivers for Linux";