Merge pull request #100891 from lukebfox/patch-2

powertop: strip hcitool FSH path

authored by Sandro and committed by GitHub be36f6f0 e422ca45

+1
+1
pkgs/os-specific/linux/powertop/default.nix
··· 25 postPatch = '' 26 substituteInPlace src/main.cpp --replace "/sbin/modprobe" "modprobe" 27 substituteInPlace src/calibrate/calibrate.cpp --replace "/usr/bin/xset" "xset" 28 ''; 29 30 meta = with stdenv.lib; {
··· 25 postPatch = '' 26 substituteInPlace src/main.cpp --replace "/sbin/modprobe" "modprobe" 27 substituteInPlace src/calibrate/calibrate.cpp --replace "/usr/bin/xset" "xset" 28 + substituteInPlace src/tuning/bluetooth.cpp --replace "/usr/bin/hcitool" "hcitool" 29 ''; 30 31 meta = with stdenv.lib; {