Merge pull request #308476 from LordGrimmauld/cpupower_meta

cpupower: add meta.mainProgram
This commit is contained in:
Aleksana 2024-05-02 17:55:03 +08:00 committed by GitHub
commit ff93db4644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}