nixpkgs/pkgs/applications
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
..
audio easytag: Update to version 2.1.8. 2013-07-10 01:33:33 +02:00
display-managers libpng: keep versioning in all-packages.nix, not in individual expressions 2013-06-27 21:35:21 +02:00
editors kile: minor update 2013-07-05 14:45:58 +02:00
graphics sane-backends: update saneBackendsGit to the latest version 2013-07-10 10:14:11 +02:00
misc ikiwiki: update to version 3.20130518 2013-07-09 16:08:42 +02:00
networking iptraf: update to 3.0.1 2013-07-09 19:38:55 +02:00
office keep lcms versioning in all-packages.nix 2013-07-01 07:52:13 +02:00
science fix bad "licence" names 2013-07-04 18:16:34 +02:00
search Adding doodle. 2013-04-22 20:57:14 +04:00
taxes aangifte2012: preload library which seems needed 2013-04-05 00:34:14 +02:00
version-management git: update to version 1.8.3.2 2013-07-08 14:04:51 +02:00
video Merge pull request #669 from iyzsong/kmplayer 2013-07-01 02:54:13 -07:00
virtualization qemu: Allow building only the x86 emulator 2013-07-04 18:27:26 +02:00
window-managers i3lock: updating to 2.5 2013-07-08 01:18:12 +02:00