1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
4 pname = "raiseorlaunch";
9 hash = "sha256-L/hu0mYCAxHkp5me96a6HlEY6QsuJDESpTNhlzVRHWs=";
12 nativeBuildInputs = [ python3Packages.setuptools-scm ];
13 pythonPath = with python3Packages; [ i3ipc ];
17 pythonImportsCheck = [ "raiseorlaunch" ];
20 maintainers = with maintainers; [ winpat ];
21 description = "Run-or-raise-application-launcher for i3 window manager";
22 mainProgram = "raiseorlaunch";
23 homepage = "https://github.com/open-dynaMIX/raiseorlaunch";
24 license = licenses.mit;
25 platforms = platforms.linux;