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