diff options
| author | Peter Simons <simons@cryp.to> | 2013-07-10 10:14:05 +0200 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2013-07-10 10:14:11 +0200 |
| commit | ea216363206589ca3a4050353ed05cb938dcc484 (patch) | |
| tree | c60c340bec0dd37d03ccefb46c06de1e6298b372 /pkgs/development/python-modules/httpserver | |
| parent | 17962c1aa03d11743ccec74c38869e3f61695948 (diff) | |
sane-backends: update saneBackendsGit to the latest version
For some reason, SANE suddenly stopped recognizing my scanner recently:
| $ scanimage -L
|
| No scanners were identified. If you were expecting something different,
| check that the scanner is plugged in, turned on and detected by the
| sane-find-scanner tool (if appropriate). Please read the documentation
| which came with this software (README, FAQ, manpages).
I was able to remedy this issue by building SANE with the latest version
of the backends package from Git, by adding the following override to
~/.nixpkgs/config.nix:
| {
| packageOverrides = pkgs:
| {
| saneBackends = pkgs.saneBackendsGit;
| };
| }
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
