Merge pull request #124346 from jonringer/mark-perf-broken
linuxPackages.perf: mark broken for kernels<5
This commit is contained in:
commit
19846d8797
1 changed files with 1 additions and 0 deletions
|
@ -74,5 +74,6 @@ stdenv.mkDerivation {
|
||||||
description = "Linux tools to profile with performance counters";
|
description = "Linux tools to profile with performance counters";
|
||||||
maintainers = with lib.maintainers; [viric];
|
maintainers = with lib.maintainers; [viric];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
|
broken = kernel.kernelOlder "5";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue