mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
lttng-modules: broken on chromiumos
This commit is contained in:
parent
0c7ba15970
commit
3f4d94a4c2
@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
broken =
|
||||
(builtins.compareVersions kernel.version "3.18" == -1) ||
|
||||
(kernel.features.grsecurity or false);
|
||||
(kernel.features.grsecurity or false) ||
|
||||
(kernel.features.chromiumos or false);
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user