hplip: make pyqt4 dependency conditional on qtSupport
This commit is contained in:
parent
b73dff89f7
commit
b2afb45b8d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user