anbox: kernel.features can be null

wip/yesman
Jonathan Ringer 4 years ago committed by Jonathan Ringer
parent 613adb0e88
commit c6afa8820b
  1. 2
      pkgs/os-specific/linux/anbox/kmod.nix

@ -36,7 +36,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/anbox/anbox-modules";
license = licenses.gpl2;
platforms = platforms.linux;
broken = (versionOlder kernel.version "4.4") || (kernel.features.grsecurity);
broken = (versionOlder kernel.version "4.4") || (kernel.features.grsecurity or false);
maintainers = with maintainers; [ edwtjo ];
};

Loading…
Cancel
Save