spl: fix eval

xref: 30ae939142
This commit is contained in:
Joachim Fasting 2016-09-25 16:15:56 +02:00
parent bfbca9dacd
commit e1395365ea
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
broken = buildKernel && kernel.features.grsecurity;
broken = buildKernel && (kernel.features.grsecurity or false);
};
}