mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
i3altlayout: Disable tests
This commit is contained in:
parent
2ce71085bc
commit
55a9cbedca
|
@ -11,6 +11,10 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
pythonPath = with python3Packages; [ enum-compat i3ipc docopt ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "i3altlayout" ];
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ magnetophon ];
|
||||
description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
|
||||
|
|
Loading…
Reference in a new issue