summary refs log tree commit diff
path: root/pkgs/misc/drivers/hplip
Commit message (Collapse)AuthorAge
* hplip: Fixes runtime errorsBastian Köcher2018-01-26
| | | | | | The following errors are fixed: - pyqt4 not found - hpasio for sane not found
* hplip: fix quoting for makeWrapperOrivej Desh2018-01-09
| | | | Fixes #33625 after #31497
* hplip: 3.17.9 -> 3.17.10Thomas Tuegel2017-11-05
|
* hplip: change maintainersThomas Tuegel2017-09-22
| | | | Remove nckx and add ttuegel
* hplip: 3.16.11 -> 3.17.9Thomas Tuegel2017-09-22
| | | | hplip-3.16.11 is retained as `hplip_3_16_11`.
* hplip: remove 3.15.9Thomas Tuegel2017-09-22
| | | | hplip-3.15.9 has not been buildable in some time due to changes in CUPS.
* hplip: fix Python wrappersThomas Tuegel2017-09-20
| | | | | | We cannot rely on wrapPythonPrograms to wrap the installed executables because they are symlinks (which it ignores). Instead, we have to emulate it to make the wrappers ourselves.
* hplip: install PPDs where CUPS will find themThomas Tuegel2017-09-20
|
* hplip: introduce nettools dependency (#26439)Tim Jäger2017-06-10
| | | | | | | | | * hplip: introduce nettools dependency Some HP printers (notably a HP MFP M477fnw) need to run `hostname` as part of the printing process. This executable is provided by the "nettools" package. * hplip: prepend nettools to PATH
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-03-21
|\
| * hplip: 3.16.5 -> 3.16.11Jörg Thalheim2017-03-20
| | | | | | | | fixes #24109
* | Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk2017-03-21
|/ | | | | This way all Python packages use the same function, `buildPythonPackage`.
* hplip: use mkPythonDerivationFrederik Rietdijk2016-10-26
| | | | | since hplip is a Python package that doesn't use setuptools. Note that a setup.py is provided, however, using buildPythonPackage fails.
* Merge pull request #17850 from regnat/hplipTobias Geerinckx-Rice2016-09-23
|\ | | | | hplip: Allow building with plugins on arm
| * hplip: Allow building with plugins on armThéophane Hufschmitt2016-08-19
| |
* | treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|/
* Remove top-level pyqt4Frederik Rietdijk2016-08-14
| | | | See #11567.
* treewide: Make explicit that 'dev' output of libusb1 is usedTuomas Tynkkynen2016-05-19
|
* hplip{,WithPlugin}: 3.16.3 -> 3.16.5Tobias Geerinckx-Rice2016-05-08
|
* hplip{,WithPlugin}: 3.15.11 -> 3.16.3Tobias Geerinckx-Rice2016-04-30
|
* hplip : add openssl as buildInputThéophane Hufschmitt2016-04-18
|
* hplip: canonicalise 56-hpmud.rules' paths if installedTobias Geerinckx-Rice2016-04-04
| | | | Fixes #14338.
* More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
|
* saneBackends{,Git} -> sane-backends{,-git}Tobias Geerinckx-Rice2016-01-03
| | | | Fixes xsane evaluation.
* hplip 3.15.9 -> 3.15.11Tobias Geerinckx-Rice2015-11-27
| | | | | Keep 3.15.9 available as hplip{,WithPlugin}_3_15_9 in case this breaks someone's printer/day job.
* hplip: fix evaluation errors on unsupported platformsVladimír Čunát2015-11-23
| | | | | Evidently, `abort` is unrecoverable, and `throw` should be used instead. Only partially tested, as I don't have enough RAM right now for it.
* hplip: remove duplicate platform definitionsTobias Geerinckx-Rice2015-11-21
|
* hplip: fix broken `platforms` hackTobias Geerinckx-Rice2015-11-21
|
* hplip: use lib.optionals for clarityTobias Geerinckx-Rice2015-11-21
|
* hplip: under_scores -> camelCaseTobias Geerinckx-Rice2015-11-21
|
* hplip: clean up & remove unused argumentsTobias Geerinckx-Rice2015-11-21
|
* hplip: fix evaluationJude Taylor2015-10-20
|
* hplip & plugin: 3.15.6 -> 3.15.9Tobias Geerinckx-Rice2015-09-18
|
* hplip: 3.15.7 -> 3.15.6Tobias Geerinckx-Rice2015-08-04
| | | | | | | Version 3.15.7 breaks certain (but not all) PCL-based printers: https://github.com/NixOS/nixpkgs/commit/b0e46fc3ead209ef24ed6214bd41ef6e604af54f Forgetting to revert a failed patch hunk certainly didn't help. Grr.
* hplip: remove ttuegel from maintainersThomas Tuegel2015-08-03
| | | | | I no longer commit my changes to Nixpkgs because they are usually broken by other maintainers.
* hplip: patch shebangs in $out/shareTobias Geerinckx-Rice2015-07-23
| | | | | | | | | A full wrap isn't needed as these scripts are only run from within hplip's own environment, and unwanted because they are imported as Python modules. Also fix a reference to /etc in $out/etc/hp/hplip.conf, though I've no idea whether it is actually used.
* hplip: 3.15.6 -> 3.15.7Tobias Geerinckx-Rice2015-07-23
|
* hplip: fix scanning for USB devicesTobias Geerinckx-Rice2015-07-23
|
* hplip: fix (Python) tools againTobias Geerinckx-Rice2015-07-23
| | | | | | | | Something changed in the generic fixupPhase magic exposing a bug in the previous fix (wrapPythonPrograms where I should have used wrapPythonProgramsIn). Also move buildInputs and friends to a more conventional spot.
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* hplip 3.15.4 -> 3.15.6Tobias Geerinckx-Rice2015-06-13
|
* hplip: do wrap Python scripts in $out/libTobias Geerinckx-Rice2015-05-17
|
* hplip: stop installing corrupted toolsTobias Geerinckx-Rice2015-05-17
| | | | | | | | | | | | | | | | | | 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 :-/
* Update HPLIP to 3.15.4Thomas Tuegel2015-05-16
|
* Update SHA256 for hplip pluginSimon Jagoe2015-05-15
|
* hplip: coalesce `find -exec sed` invocationsTobias Geerinckx-Rice2015-05-13
| | | | | No need to scan the (biggish) source tree six times, forking a separate process for every file each time. This was slowing down testing.
* hplip: update to 3.15.2Thomas Tuegel2015-02-21
|
* hplip: ensure plugin version always up-to-dateThomas Tuegel2015-01-21
|
* hplip: version 3.14.10Thomas Tuegel2015-01-21
|
* hplip: fix typo in licenseCillian de Róiste2014-11-20
|