Merge pull request #247566 from trofi/perf-hermetic-shebang

linuxPackages_testing.perf: fix patchShebang

authored by Artturi and committed by GitHub 86ebbdd9 25214c5e

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/perf/default.nix
··· 63 63 postPatch = '' 64 64 # Linux scripts 65 65 patchShebangs scripts 66 - 66 + patchShebangs tools/perf/check-headers.sh 67 67 '' + lib.optionalString (lib.versionAtLeast kernel.version "6.3") '' 68 68 # perf-specific scripts 69 69 patchShebangs tools/perf/pmu-events