Unverified Commit 32d490d9 authored by Grimmauld's avatar Grimmauld
Browse files

cpupower: add meta.mainProgram

parent 9ee8e1ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ stdenv.mkDerivation {
    description = "Tool to examine and tune power saving features";
    homepage = "https://www.kernel.org/";
    license = licenses.gpl2;
    mainProgram = "cpupower";
    platforms = platforms.linux;
  };
}