1 { buildPythonApplication
8 buildPythonApplication rec {
10 version = "unstable-2021-09-11";
13 src = fetchFromGitHub {
14 owner = "LandingEllipse";
16 rev = "f9f94c8b9f8b61a9d085206ada470cfe755a2a92";
17 hash = "sha256-bcIzbDpIe2GKS9EcVqpjwz0IG2ixNMn06OIQpZ7PeH0=";
21 # Fixes `build-system` not being specified in `pyproject.toml`
22 # https://github.com/LandingEllipse/kitti3/pull/25
23 ./kitti3-fix-build-system.patch
30 propagatedBuildInputs = [
35 homepage = "https://github.com/LandingEllipse/kitti3";
36 description = "Kitty drop-down service for sway & i3wm";
37 mainProgram = "kitti3";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ Enzime ];