i3altlayout: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-07 11:41:12 +01:00
parent 2ce71085bc
commit 55a9cbedca
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";