mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:08:49 +00:00
cpupower: inherit patches from kernel
This commit is contained in:
parent
742f3d6eff
commit
40875c6b6e
@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "cpupower";
|
||||
inherit (kernel) version src;
|
||||
inherit (kernel) version src patches;
|
||||
|
||||
nativeBuildInputs = [ gettext ];
|
||||
buildInputs = [ pciutils ];
|
||||
|
Loading…
Reference in New Issue
Block a user