1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
9 hash = "sha256-b1bB7Gto4aL1rbQXIelBVhutjIvZY+K+Y66BGN7OcCs=";
12 nativeBuildInputs = [ python3Packages.setuptools-scm ];
14 propagatedBuildInputs = [ python3Packages.i3ipc ];
19 changelog = "https://git.goral.net.pl/i3a.git/log/";
20 description = "Set of scripts used for automation of i3 and sway window manager layouts";
21 homepage = "https://git.goral.net.pl/i3a.git/about";
22 license = licenses.gpl3Plus;
23 maintainers = with maintainers; [ moni ];