forked from mirrors/nixpkgs
hplip: fix scanning for USB devices
This commit is contained in:
parent
72f6a797fa
commit
1bad2fa611
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, automake, pkgconfig
|
{ stdenv, fetchurl, automake, pkgconfig
|
||||||
, cups, zlib, libjpeg, libusb1, pythonPackages, saneBackends, dbus
|
, cups, zlib, libjpeg, libusb1, pythonPackages, saneBackends, dbus, usbutils
|
||||||
, polkit, qtSupport ? true, qt4, pyqt4, net_snmp
|
, polkit, qtSupport ? true, qt4, pyqt4, net_snmp
|
||||||
, withPlugin ? false, substituteAll, makeWrapper
|
, withPlugin ? false, substituteAll, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
@ -59,6 +59,7 @@ stdenv.mkDerivation {
|
||||||
pygobject
|
pygobject
|
||||||
recursivePthLoader
|
recursivePthLoader
|
||||||
reportlab
|
reportlab
|
||||||
|
usbutils
|
||||||
] ++ stdenv.lib.optional qtSupport pyqt4;
|
] ++ stdenv.lib.optional qtSupport pyqt4;
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Reference in a new issue