about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGrimmauld <Grimmauld@grimmauld.de>2024-05-02 15:10:01 +0200
committerGrimmauld <Grimmauld@grimmauld.de>2024-05-02 15:10:01 +0200
commitfc0f01cf50a4413b5e1f137d42ac13af6504c907 (patch)
tree044c8275918395770e37122c0b0b6152d93b23db
parent9ee8e1eff0bef65143657cf6d825ce00f8bccc35 (diff)
downloadnixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar.gz
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar.bz2
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar.lz
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar.xz
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.tar.zst
nixlib-fc0f01cf50a4413b5e1f137d42ac13af6504c907.zip
tlp: add meta.mainProgram
-rw-r--r--pkgs/tools/misc/tlp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/tlp/default.nix b/pkgs/tools/misc/tlp/default.nix
index 51f10640ccbb..436e5ba480ee 100644
--- a/pkgs/tools/misc/tlp/default.nix
+++ b/pkgs/tools/misc/tlp/default.nix
@@ -129,6 +129,7 @@
       "https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html";
     changelog = "https://github.com/linrunner/TLP/releases/tag/${version}";
     platforms = platforms.linux;
+    mainProgram = "tlp";
     maintainers = with maintainers; [ abbradar lovesegfault ];
     license = licenses.gpl2Plus;
   };