mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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'
|
||||
'';
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user