summary refs log tree commit diff
path: root/pkgs/applications/graphics/rapcad
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-07-10 10:14:05 +0200
committerPeter Simons <simons@cryp.to>2013-07-10 10:14:11 +0200
commitea216363206589ca3a4050353ed05cb938dcc484 (patch)
treec60c340bec0dd37d03ccefb46c06de1e6298b372 /pkgs/applications/graphics/rapcad
parent17962c1aa03d11743ccec74c38869e3f61695948 (diff)
downloadnixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar.gz
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar.bz2
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar.lz
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar.xz
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.tar.zst
nixpkgs-ea216363206589ca3a4050353ed05cb938dcc484.zip
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/applications/graphics/rapcad')
0 files changed, 0 insertions, 0 deletions