9 , gobject-introspection
19 python3Packages.buildPythonApplication rec {
23 src = fetchFromGitHub {
24 owner = "ImaginerApp";
27 hash = "sha256-x1ZnmfaMfxnITiuFDlMPfTU8KZbd1ME9jDevnlsrbJs=";
51 propagatedBuildInputs = with python3Packages; [
59 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
63 homepage = "https://github.com/ImaginerApp/Imaginer";
64 description = "Imaginer with AI";
65 mainProgram = "imaginer";
66 license = licenses.gpl3Plus;
67 maintainers = with maintainers; [ _0xMRTT ];