16 evolution-data-server,
17 gnome-online-accounts,
26 gsettings-desktop-schemas,
30 stdenv.mkDerivation rec {
31 pname = "gnome-notes";
35 url = "mirror://gnome/sources/bijiben/${lib.versions.major version}/bijiben-${version}.tar.xz";
36 hash = "sha256-BaBvsGbpgC9fJKtnsNL3FFGGY2O6Pjn593X9SadYe78=";
40 # Fix build with meson 0.61
41 # data/appdata/meson.build:3:5: ERROR: Function does not take positional arguments.
43 url = "https://gitlab.gnome.org/GNOME/gnome-notes/-/commit/994af76ce5144062d55d141129bf6bf5fab002ee.patch";
44 hash = "sha256-z7dPOLZzaqvdqUIDy6+V3dKossRbG0EDjBu2oJCF6b4=";
51 chmod +x build-aux/meson_post_install.py
52 patchShebangs build-aux/meson_post_install.py
77 gsettings-desktop-schemas
82 mesonFlags = [ "-Dupdate_mimedb=false" ];
85 updateScript = gnome.updateScript {
86 packageName = "bijiben";
87 attrPath = "gnome-notes";
92 description = "Note editor designed to remain simple to use";
93 mainProgram = "bijiben";
94 homepage = "https://gitlab.gnome.org/GNOME/gnome-notes";
95 license = licenses.gpl3;
96 maintainers = teams.gnome.members;
97 platforms = platforms.linux;