xsane: build with snapshot version of the sane backends

The last release of that code is ancient. Not sure what these SANE guys
are doing. Anyway, the current Git snapshot works just fine for me.
This commit is contained in:
Peter Simons 2012-11-23 23:20:55 +01:00
parent 0a6914a1ff
commit 3667144395

View File

@ -9067,6 +9067,7 @@ let
xsane = callPackage ../misc/xsane {
libpng = libpng12;
saneBackends = saneBackendsSnapshot;
};
yafc = callPackage ../applications/networking/yafc { };