about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-09-25 08:57:10 +0200
committerChristine Koppelt <cko@users.noreply.github.com>2019-09-25 08:57:10 +0200
commit3966d0d30091a9113f76f2e96e33196784c3caf0 (patch)
tree5b8effe454e5a0701a392460114e0b35cc4814be /pkgs/tools/system
parentc3a562f3e2affed5b583230a63841fe9191cd193 (diff)
downloadnixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar.gz
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar.bz2
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar.lz
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar.xz
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.tar.zst
nixlib-3966d0d30091a9113f76f2e96e33196784c3caf0.zip
addressing remarks from @peterhoeg ( thinkfan: 0.9.3 -> 1.0.2)
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/thinkfan/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix
index 60d47dab20e6..e0a061a45b88 100644
--- a/pkgs/tools/system/thinkfan/default.nix
+++ b/pkgs/tools/system/thinkfan/default.nix
@@ -31,6 +31,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
+    description = "A minimalist fan control program. Originally designed
+specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
+the sysfs hwmon interface (/sys/class/hwmon).";
     license = licenses.gpl3;
     homepage = "https://github.com/vmatare/thinkfan";
     maintainers = with maintainers; [ domenkozar ];