linux-3.10: fixup config by a slightly hacky way

For explanation see:
https://github.com/NixOS/nixpkgs/pull/13405#issuecomment-188357637
This commit is contained in:
Tuomas Tynkkynen 2016-02-25 23:07:47 +01:00 committed by Vladimír Čunát
parent 4a4c432f06
commit 0e1319f03f

View file

@ -362,7 +362,7 @@ with stdenv.lib;
X86_MCE y X86_MCE y
# PCI-Expresscard hotplug support # PCI-Expresscard hotplug support
HOTPLUG_PCI_PCIE y ${optionalString (versionAtLeast version "3.12") "HOTPLUG_PCI_PCIE y"}
# Linux containers. # Linux containers.
NAMESPACES? y # Required by 'unshare' used by 'nixos-install' NAMESPACES? y # Required by 'unshare' used by 'nixos-install'