Unverified Commit 481fc5c7 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #222071 from KiruyaMomochi/cpupower-patch

parents 3923eeb4 40875c6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation {
  pname = "cpupower";
  inherit (kernel) version src;
  inherit (kernel) version src patches;

  nativeBuildInputs = [ gettext ];
  buildInputs = [ pciutils ];