perf: make it take the linux patches

Otherwise the previous patch I added does not get used for perf.
This commit is contained in:
Lluís Batlle i Rossell 2012-08-10 10:03:53 +02:00
parent 734bb84f09
commit 691d069af9

View File

@ -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