summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2013-02-05 20:27:51 +0100
committerAristid Breitkreuz <aristidb@gmail.com>2013-02-06 13:44:39 +0100
commitb5e2a027c4ea346f7472a0ed47655a326575f2d4 (patch)
treecae2b2ecf75e921b335aea87c79eade066e23e0b /pkgs/misc
parentf590891ac26c07fc1049dc84abbc33348860c016 (diff)
downloadnixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar.gz
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar.bz2
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar.lz
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar.xz
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.tar.zst
nixlib-b5e2a027c4ea346f7472a0ed47655a326575f2d4.zip
hplip: now hp-setup actually shows a dialog
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 965efb9dc918..e848c4df5b96 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -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; {