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:
@@ -8492,6 +8492,7 @@ let
|
|||||||
|
|
||||||
saneBackends = callPackage ../misc/sane-backends {
|
saneBackends = callPackage ../misc/sane-backends {
|
||||||
gt68xxFirmware = getConfig ["sane" "gt68xxFirmware"] null;
|
gt68xxFirmware = getConfig ["sane" "gt68xxFirmware"] null;
|
||||||
|
hotplugSupport = getConfig ["sane" "hotplugSupport"] true;
|
||||||
};
|
};
|
||||||
|
|
||||||
saneBackendsSnapshot = callPackage ../misc/sane-backends/snapshot.nix {
|
saneBackendsSnapshot = callPackage ../misc/sane-backends/snapshot.nix {
|
||||||
|
|||||||
Reference in New Issue
Block a user