8 , gobject-introspection
18 python3Packages.buildPythonApplication rec {
22 src = fetchFromGitHub {
23 owner = "ImaginerApp";
26 hash = "sha256-x1ZnmfaMfxnITiuFDlMPfTU8KZbd1ME9jDevnlsrbJs=";
50 propagatedBuildInputs = with python3Packages; [
58 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
62 homepage = "https://github.com/ImaginerApp/Imaginer";
63 description = "Imaginer with AI";
64 mainProgram = "imaginer";
65 license = licenses.gpl3Plus;
66 maintainers = with maintainers; [ _0xMRTT ];