nixpkgs/pkgs/misc/drivers
Tobias Geerinckx-Rice 393219d000 hplip: stop installing corrupted tools
None of the installed tools like hp-align or hp-toolbox could
work, because they tried to import wrapped Python scripts (i.e.
shell code) as Python modules. Fix this by:

- Substituting `dbus` for the defective `pythonDBus`.

- No longer blindly wrapping all python files, but replacing
  the original symlinks in $out/bin with wrapper scripts.
  These wrappers then `exec` the unmodified Python scripts in
  $out/share/hplip directly, instead of the .<name>-wrapped
  copy that wrapPythonProgramsIn creates. The latter are simply
  removed.

Sure, it's a bit ugly. It's also 2015 and I couldn't use my
printer :-/
2015-05-17 21:11:36 +02:00
..
foo2zjs Fixing hardcoded paths in foo2zjs. Still no firmware 2011-03-15 23:08:59 +00:00
foomatic-filters foomatic-filters: fix building with cups-2 2014-11-14 22:52:04 +03:00
gutenprint rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
hplip hplip: stop installing corrupted tools 2015-05-17 21:11:36 +02:00
xboxdrv Fixed many descriptions 2014-11-11 14:36:34 +01:00
xwiimote add xwiimote, a linux-only userspace driver for wiimotes 2014-11-08 20:44:25 -08:00