cpupower: inherit patches from kernel

This commit is contained in:
百地 希留耶 2023-03-20 03:29:00 +08:00
parent 742f3d6eff
commit 40875c6b6e
No known key found for this signature in database
GPG Key ID: E3F508DE86FF810F

View File

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