mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 New Issue
Block a user