about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-27 14:50:30 +0100
committerGitHub <noreply@github.com>2020-11-27 14:50:30 +0100
commitbe36f6f0a0ffbeef228a021f5a343f5ce7a183de (patch)
tree5a25aaa0cfe8be2a6bf3bef5bee44ff4ba94adcb /pkgs
parente422ca4566777a4fbd7ffaf55deaeb1085a44433 (diff)
parent41e9a5305bd805ba227377d1b572c1ac30211c0b (diff)
Merge pull request #100891 from lukebfox/patch-2
powertop: strip hcitool FSH path
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index 4bf318d743ea4..22e70fc0b6589 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; {