powertop: patch to fix vertical scrolling
From mailing list (thanks!).
This commit is contained in:
@@ -20,7 +20,10 @@ stdenv.mkDerivation rec {
|
||||
url = "https://git.alpinelinux.org/cgit/aports/plain/main/powertop/strerror_r.patch?id=3b9214d436f1611f297b01f72469d66bfe729d6e";
|
||||
sha256 = "1kzddhcrb0n2iah4lhgxwwy4mkhq09ch25jjngyq6pdj6pmfkpfw";
|
||||
}
|
||||
);
|
||||
) ++ [
|
||||
# Fix vertical scrolling, see: https://lists.01.org/pipermail/powertop/2019-March/002046.html
|
||||
./fix-vertical-scrolling.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/main.cpp --replace "/sbin/modprobe" "modprobe"
|
||||
|
||||
Reference in New Issue
Block a user