summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/perf.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-23 22:20:40 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-23 23:17:24 +0200
commitd9aebebaf5b9b87ff67432d29ac5f283dc9948d0 (patch)
tree4d320a898e8737f59b8ee2f094ca6a37b636d4f4 /pkgs/os-specific/linux/kernel/perf.nix
parentacf5b8e662f832d2bd6460685a10d9dd5e30c1bd (diff)
downloadnixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar.gz
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar.bz2
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar.lz
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar.xz
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.tar.zst
nixpkgs-d9aebebaf5b9b87ff67432d29ac5f283dc9948d0.zip
Revert "perf: apply patch to fix build of 4.9"
This reverts commit 44dc31bad1a3e35fd07c78fb3ecf1811db8f95e3.

The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/perf.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/perf.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/perf.nix b/pkgs/os-specific/linux/kernel/perf.nix
index 96927bf4be9..1936f6578b6 100644
--- a/pkgs/os-specific/linux/kernel/perf.nix
+++ b/pkgs/os-specific/linux/kernel/perf.nix
@@ -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";