Add config option to sane for hotplugSupport.
Default value of true prevents builds on non i686 due to assert. svn path=/nixpkgs/trunk/; revision=30798
This commit is contained in:
parent
b4c5f72d9e
commit
5088162de4
@ -8492,6 +8492,7 @@ let
|
||||
|
||||
saneBackends = callPackage ../misc/sane-backends {
|
||||
gt68xxFirmware = getConfig ["sane" "gt68xxFirmware"] null;
|
||||
hotplugSupport = getConfig ["sane" "hotplugSupport"] true;
|
||||
};
|
||||
|
||||
saneBackendsSnapshot = callPackage ../misc/sane-backends/snapshot.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user