linuxPackages.perf: mark broken for kernels<5

This commit is contained in:
Jonathan Ringer 2021-05-25 00:49:35 -07:00
parent 528a33727f
commit 2a45e01bb8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -74,5 +74,6 @@ stdenv.mkDerivation {
description = "Linux tools to profile with performance counters";
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
broken = kernel.kernelOlder "5";
};
}