Merge pull request #222071 from KiruyaMomochi/cpupower-patch

This commit is contained in:
Franz Pletz 2023-06-21 18:03:27 +02:00 committed by GitHub
commit 481fc5c7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
stdenv.mkDerivation {
pname = "cpupower";
inherit (kernel) version src;
inherit (kernel) version src patches;
nativeBuildInputs = [ gettext ];
buildInputs = [ pciutils ];