From 41e9a5305bd805ba227377d1b572c1ac30211c0b Mon Sep 17 00:00:00 2001 From: Luke Bentley-Fox Date: Sat, 17 Oct 2020 22:43:23 +0100 Subject: powertop: strip hcitool FSH path Fixes #99492 --- pkgs/os-specific/linux/powertop/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/os-specific/linux/powertop') diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix index 4bf318d743e..22e70fc0b65 100644 --- a/pkgs/os-specific/linux/powertop/default.nix +++ b/pkgs/os-specific/linux/powertop/default.nix @@ -25,6 +25,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace src/main.cpp --replace "/sbin/modprobe" "modprobe" substituteInPlace src/calibrate/calibrate.cpp --replace "/usr/bin/xset" "xset" + substituteInPlace src/tuning/bluetooth.cpp --replace "/usr/bin/hcitool" "hcitool" ''; meta = with stdenv.lib; { -- cgit 1.4.1