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