Files
nixpkgs/pkgs/misc
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
..
2015-03-31 15:11:47 +03:00
2014-10-25 17:24:47 +02:00
2015-02-07 20:29:28 -08:00
2015-05-02 15:54:42 -07:00
2015-05-03 12:46:10 -05:00
2015-05-10 13:46:01 +02:00
2015-05-11 22:46:41 +03:00
2014-11-09 22:16:58 +00:00