Unverified Commit ff93db46 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #308476 from LordGrimmauld/cpupower_meta

cpupower: add meta.mainProgram
parents a75d2c19 32d490d9
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;
  };
}