mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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; [
|
||||
pythonDBus
|
||||
pyqt4
|
||||
pygobject
|
||||
recursivePthLoader
|
||||
];
|
||||
] ++ stdenv.lib.optional qtSupport pyqt4;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Print, scan and fax HP drivers for Linux";
|
||||
|
|
Loading…
Reference in a new issue