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:
Tuomas Tynkkynen
2018-01-23 23:17:24 +02:00
parent acf5b8e662
commit d9aebebaf5
2 changed files with 0 additions and 258 deletions
-3
View File
@@ -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";