mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
redshift: add platforms
This commit is contained in:
parent
882c2b7278
commit
8274bd331a
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
wrapProgram "$out/bin/redshift-gtk" --prefix PYTHONPATH : $PYTHONPATH:${pygtk}/lib/${python.libPrefix}/site-packages/gtk-2.0:${pyxdg}/lib/${python.libPrefix}/site-packages/pyxdg:$out/lib/${python.libPrefix}/site-packages
|
wrapProgram "$out/bin/redshift-gtk" --prefix PYTHONPATH : $PYTHONPATH:${pygtk}/lib/${python.libPrefix}/site-packages/gtk-2.0:${pyxdg}/lib/${python.libPrefix}/site-packages/pyxdg:$out/lib/${python.libPrefix}/site-packages
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "changes the color temperature of your screen gradually";
|
description = "changes the color temperature of your screen gradually";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The color temperature is set according to the position of the
|
The color temperature is set according to the position of the
|
||||||
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
homepage = "http://jonls.dk/redshift";
|
homepage = "http://jonls.dk/redshift";
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user