1 { lib, buildPythonApplication, fetchFromGitHub, slurp }:
3 buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-6Ec7MPqBia0PW+pBTAItLusWMg1wlFfEaxoh20/2uHg=";
14 propagatedBuildInputs = [ slurp ];
17 homepage = "https://github.com/tmccombs/swaytools";
18 description = "Collection of simple tools for sway (and i3)";
19 license = licenses.gpl3Only;
20 maintainers = with maintainers; [ atila ];