nixpkgs/pkgs/applications/graphics/sane
Peter Simons ea21636320 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;
 |   };
 | }
2013-07-10 10:14:11 +02:00
..
backends-git.nix sane-backends: update saneBackendsGit to the latest version 2013-07-10 10:14:11 +02:00
backends.nix SANE: switch snapshot version of the backends to git (and general cleanup) 2012-11-26 16:18:05 +01:00
frontends.nix Remove unnecessary parentheses around if conditions 2012-12-28 19:54:15 +01:00
xsane.nix Remove unnecessary parentheses around if conditions 2012-12-28 19:54:15 +01:00