3
0
Fork 0
forked from mirrors/nixpkgs

hplip: now hp-setup actually shows a dialog

This commit is contained in:
Aristid Breitkreuz 2013-02-05 20:27:51 +01:00
parent f590891ac2
commit b5e2a027c4

View file

@ -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; {