qtile: disable check after #32244

This commit is contained in:
Orivej Desh 2017-12-11 11:14:54 +00:00
parent cbd4d0e3f5
commit 76090f5dc3

View File

@ -41,6 +41,8 @@ python27Packages.buildPythonApplication rec {
--run 'export QTILE_SAVED_PATH=$PATH'
'';
doCheck = false; # Requires X server.
meta = with stdenv.lib; {
homepage = http://www.qtile.org/;
license = licenses.mit;
@ -49,4 +51,3 @@ python27Packages.buildPythonApplication rec {
maintainers = with maintainers; [ kamilchm ];
};
}