Merge pull request #222071 from KiruyaMomochi/cpupower-patch

authored by

Franz Pletz and committed by
GitHub
481fc5c7 3923eeb4

+1 -1
+1 -1
pkgs/os-specific/linux/cpupower/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "cpupower"; 5 - inherit (kernel) version src; 5 + inherit (kernel) version src patches; 6 6 7 7 nativeBuildInputs = [ gettext ]; 8 8 buildInputs = [ pciutils ];