Merge pull request #247566 from trofi/perf-hermetic-shebang
linuxPackages_testing.perf: fix patchShebang
This commit is contained in:
commit
86ebbdd9c0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ stdenv.mkDerivation {
|
|||
postPatch = ''
|
||||
# Linux scripts
|
||||
patchShebangs scripts
|
||||
|
||||
patchShebangs tools/perf/check-headers.sh
|
||||
'' + lib.optionalString (lib.versionAtLeast kernel.version "6.3") ''
|
||||
# perf-specific scripts
|
||||
patchShebangs tools/perf/pmu-events
|
||||
|
|
Loading…
Reference in a new issue