scx.cscheds: patch build_bpftool meson script explicitly (#442124)

Changed files
+2 -2
pkgs
os-specific
linux
+2 -2
pkgs/os-specific/linux/scx/scx_cscheds.nix
···
patchShebangs ./meson-scripts
cp ${finalAttrs.fetchBpftool} meson-scripts/fetch_bpftool
cp ${finalAttrs.fetchLibbpf} meson-scripts/fetch_libbpf
-
substituteInPlace meson.build \
-
--replace-fail '[build_bpftool' "['${lib.getExe bash}', build_bpftool"
+
substituteInPlace ./meson-scripts/build_bpftool \
+
--replace-fail '/bin/bash' '${lib.getExe bash}'
'';
nativeBuildInputs = [