mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
redshift: reintroduce longDescription
This commit is contained in:
parent
822c949833
commit
fccaa2acab
@ -47,6 +47,14 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Screen color temperature manager";
|
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;
|
license = licenses.gpl3Plus;
|
||||||
homepage = http://jonls.dk/redshift;
|
homepage = http://jonls.dk/redshift;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user