summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-16 16:18:06 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-16 16:18:06 +0000
commitfccaa2acab1756b018a4f99b51cd7880e199be37 (patch)
tree26f7106638dd07a8a80b4acb97aa826828d213bf /pkgs/applications/misc
parent822c9498339ac63b16da4bd385ce551ddfe03171 (diff)
downloadnixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar.gz
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar.bz2
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar.lz
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar.xz
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.tar.zst
nixlib-fccaa2acab1756b018a4f99b51cd7880e199be37.zip
redshift: reintroduce longDescription
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/redshift/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix
index 92745a404c38..b4f37719046d 100644
--- a/pkgs/applications/misc/redshift/default.nix
+++ b/pkgs/applications/misc/redshift/default.nix
@@ -47,6 +47,14 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Screen color temperature manager";
+    longDescription = ''
+      Redshift adjusts the color temperature according to the position
+      of the sun. A different color temperature is set during night and
+      daytime. During twilight and early morning, the color temperature
+      transitions smoothly from night to daytime temperature to allow
+      your eyes to slowly adapt. At night the color temperature should
+      be set to match the lamps in your room.
+    '';
     license = licenses.gpl3Plus;
     homepage = http://jonls.dk/redshift;
     platforms = platforms.linux;