forked from mirrors/nixpkgs
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 {
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue