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 {
|
stdenv.mkDerivation {
|
||||||
name = "perf-linux-${kernel.version}";
|
name = "perf-linux-${kernel.version}";
|
||||||
|
|
||||||
inherit (kernel) src;
|
inherit (kernel) src patches;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd tools/perf
|
cd tools/perf
|
||||||
|
Loading…
Reference in New Issue
Block a user