spl: fix eval

xref: 30ae939142f30c2cd28fd6fbf00bf3fa7fa38626

+1 -1
+1 -1
pkgs/os-specific/linux/spl/default.nix
··· 60 60 platforms = platforms.linux; 61 61 license = licenses.gpl2Plus; 62 62 maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ]; 63 - broken = buildKernel && kernel.features.grsecurity; 63 + broken = buildKernel && (kernel.features.grsecurity or false); 64 64 }; 65 65 }