summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-08-10 10:03:53 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-08-10 10:03:53 +0200
commit691d069af99be1e7a32c1c9e0564948b22127a63 (patch)
tree0a40ce8c34c5d9bafb69ead4c3f2556c330a9aae /pkgs
parent734bb84f09f8e3dee4bd38dcbe0931a7e2064502 (diff)
perf: make it take the linux patches
Otherwise the previous patch I added does not get used for perf.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/perf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/perf.nix b/pkgs/os-specific/linux/kernel/perf.nix
index 669f61556fc2a..01d989e75b10a 100644
--- a/pkgs/os-specific/linux/kernel/perf.nix
+++ b/pkgs/os-specific/linux/kernel/perf.nix
@@ -7,7 +7,7 @@ assert withGtk -> gtk != null;
 stdenv.mkDerivation {
   name = "perf-linux-${kernel.version}";
 
-  inherit (kernel) src;
+  inherit (kernel) src patches;
 
   preConfigure = ''
     cd tools/perf