about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-02 16:34:20 +0200
committerGitHub <noreply@github.com>2024-05-02 16:34:20 +0200
commit58fcdbf0e9db6274aabda3ea3e19c289fdf208e1 (patch)
tree29c701198f340e7af3fa7a15e4c1ac003c4575b0
parent329fe3a6811f1f887f157d14cdd7ba4c04b6acfa (diff)
parentfc0f01cf50a4413b5e1f137d42ac13af6504c907 (diff)
downloadnixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar.gz
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar.bz2
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar.lz
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar.xz
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.tar.zst
nixlib-58fcdbf0e9db6274aabda3ea3e19c289fdf208e1.zip
Merge pull request #308529 from LordGrimmauld/tlp_meta
-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;
   };