mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
lttng-modules: broken on chromiumos
(cherry picked from commit 3f4d94a4c2
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
ee1b4598aa
commit
77a67189ef
@ -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