perf: make it take the linux patches
Otherwise the previous patch I added does not get used for perf.
This commit is contained in:
parent
734bb84f09
commit
691d069af9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user