redshift: disable a failing phase (hidden by #7524)

The wrapped file $out/bin/redshift-gtk doesn't exist.
/cc maintainer @mornfall and #7655.
This commit is contained in:
Vladimír Čunát 2015-06-14 16:15:30 +02:00
parent 653cdac274
commit cba76fa500
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ stdenv.mkDerivation rec {
preInstall = ''
substituteInPlace src/redshift-gtk/redshift-gtk python --replace "/usr/bin/env python" "${python}/bin/${python.executable}"
'';
/*
postInstall = ''
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 = with stdenv.lib; {
description = "changes the color temperature of your screen gradually";
longDescription = ''