Unverified Commit 40875c6b authored by 百地 希留耶's avatar 百地 希留耶
Browse files

cpupower: inherit patches from kernel

parent 742f3d6e
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 ];