Revert "perf: apply patch to fix build of 4.9"
This reverts commit 44dc31bad1.
The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
This commit is contained in:
@@ -46,9 +46,6 @@ stdenv.mkDerivation {
|
||||
--prefix PATH : "${binutils}/bin"
|
||||
'';
|
||||
|
||||
|
||||
patches = optional (hasPrefix "4.9" kernel.version) [ ./perf-tools-fix-build-with-arch-x86_64.patch ];
|
||||
|
||||
meta = {
|
||||
homepage = https://perf.wiki.kernel.org/;
|
||||
description = "Linux tools to profile with performance counters";
|
||||
|
||||
Reference in New Issue
Block a user