7 , gobject-introspection
20 python3.pkgs.buildPythonApplication rec {
25 src = fetchFromGitLab {
26 domain = "gitlab.gnome.org";
30 hash = "sha256-aITt+TJb/LrVOyb/mAC7U6/NJ4stHD76jjBFC7Pt7fU=";
53 propagatedBuildInputs = with python3.pkgs; [
63 # prevent double wrapping
66 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
70 description = "Simple note taking with mobile-first design and Nextcloud sync";
71 homepage = "https://gitlab.gnome.org/World/iotas";
72 license = licenses.gpl3Plus;
73 platforms = platforms.linux;
74 mainProgram = "iotas";
75 maintainers = with maintainers; [ zendo ];