Merge pull request #308476 from LordGrimmauld/cpupower_meta

cpupower: add meta.mainProgram

authored by Aleksana and committed by GitHub ff93db46 a75d2c19

+1
+1
pkgs/os-specific/linux/cpupower/default.nix
··· 39 description = "Tool to examine and tune power saving features"; 40 homepage = "https://www.kernel.org/"; 41 license = licenses.gpl2; 42 platforms = platforms.linux; 43 }; 44 }
··· 39 description = "Tool to examine and tune power saving features"; 40 homepage = "https://www.kernel.org/"; 41 license = licenses.gpl2; 42 + mainProgram = "cpupower"; 43 platforms = platforms.linux; 44 }; 45 }