qtile: disable check after #32244
This commit is contained in:
parent
cbd4d0e3f5
commit
76090f5dc3
@ -41,6 +41,8 @@ python27Packages.buildPythonApplication rec {
|
|||||||
--run 'export QTILE_SAVED_PATH=$PATH'
|
--run 'export QTILE_SAVED_PATH=$PATH'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = false; # Requires X server.
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.qtile.org/;
|
homepage = http://www.qtile.org/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
@ -49,4 +51,3 @@ python27Packages.buildPythonApplication rec {
|
|||||||
maintainers = with maintainers; [ kamilchm ];
|
maintainers = with maintainers; [ kamilchm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user