spl: fix eval
xref: 30ae939142f30c2cd28fd6fbf00bf3fa7fa38626
This commit is contained in:
parent
bfbca9dacd
commit
e1395365ea
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
|
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
|
||||||
broken = buildKernel && kernel.features.grsecurity;
|
broken = buildKernel && (kernel.features.grsecurity or false);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user