mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #8256 from dezgeg/pr-i686-kconfig
kernel-config: Fix 4.0 build on 32-bit
This commit is contained in:
commit
f895960e84
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ with stdenv.lib;
|
|||
KVM_CLOCK? y
|
||||
''}
|
||||
${optionalString (versionAtLeast version "4.0") ''
|
||||
KVM_COMPAT y
|
||||
KVM_COMPAT? y
|
||||
''}
|
||||
${optionalString (versionAtLeast version "3.10") ''
|
||||
KVM_DEVICE_ASSIGNMENT? y
|
||||
|
|
Loading…
Reference in a new issue