about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/cp/cpu-x/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/cp/cpu-x/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/cp/cpu-x/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/cp/cpu-x/package.nix b/nixpkgs/pkgs/by-name/cp/cpu-x/package.nix
index 8171cfc78f2b..d8db8212ba76 100644
--- a/nixpkgs/pkgs/by-name/cp/cpu-x/package.nix
+++ b/nixpkgs/pkgs/by-name/cp/cpu-x/package.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Free software that gathers information on CPU, motherboard and more";
+    mainProgram = "cpu-x";
     homepage = "https://thetumultuousunicornofdarkness.github.io/CPU-X";
     license = licenses.gpl3Plus;
     platforms = [ "x86_64-linux" ];