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