linux: remove unused kernel patches

This commit is contained in:
Robin Gloster
2017-08-11 19:13:09 +02:00
parent 9f3f575ab3
commit 05b8cae9ec
9 changed files with 0 additions and 1961 deletions
-1
View File
@@ -16,7 +16,6 @@ stdenv.mkDerivation {
preConfigure = ''
cd tools/perf
sed -i s,/usr/include/elfutils,$elfutils/include/elfutils, Makefile
${optionalString (versionOlder kernel.version "3.13") "patch -p1 < ${./perf.diff}"}
[ -f bash_completion ] && sed -i 's,^have perf,_have perf,' bash_completion
export makeFlags="DESTDIR=$out $makeFlags"
'';