cpupower: add meta.mainProgram

This commit is contained in:
Grimmauld 2024-05-02 10:50:25 +02:00
parent 9ee8e1eff0
commit 32d490d949
No known key found for this signature in database
GPG Key ID: C2946668769F91FB

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