forked from mirrors/nixpkgs
hplip: now hp-setup actually shows a dialog
This commit is contained in:
parent
f590891ac2
commit
b5e2a027c4
|
@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
|
|||
libusb
|
||||
pythonPackages.python
|
||||
pythonPackages.wrapPython
|
||||
pythonPackages.recursivePthLoader # does not seem to work?
|
||||
saneBackends
|
||||
dbus
|
||||
pkgconfig] ++
|
||||
|
@ -62,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||
pythonDBus
|
||||
pyqt4
|
||||
pygobject
|
||||
recursivePthLoader
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue