8 , evolution-data-server-gtk4
28 stdenv.mkDerivation rec {
33 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
34 sha256 = "lMpDQOxlGljP66APR49aPbTZnfrGakbQ2ZcFvmiPMFo=";
38 # Fix build with meson 0.61
39 # data/meson.build:2:5: ERROR: Function does not take positional arguments.
40 # Patch taken from https://gitlab.gnome.org/GNOME/almanah/-/merge_requests/13
42 url = "https://gitlab.gnome.org/GNOME/almanah/-/commit/8c42a67695621d1e30cec933a04e633e6030bbaf.patch";
43 sha256 = "qyqFgYSu4emFDG/Mjwz1bZb3v3/4gwQSKmGCoPPNYCQ=";
47 # https://gitlab.gnome.org/GNOME/almanah/-/merge_requests/14
49 url = "https://gitlab.gnome.org/GNOME/almanah/-/commit/cd44b476f4ffbf37c5d5f5b996ecd711db925576.patch";
50 sha256 = "wJ1035NxgeTwUa0LoNcB6TSLxffoXBR3WbGAGkfggYY=";
53 # Port to GtkSourceView 4
54 # https://gitlab.gnome.org/GNOME/almanah/-/merge_requests/15
56 url = "https://gitlab.gnome.org/GNOME/almanah/-/commit/0ba7f05cba7feaf2ae2c220596aead5dfc676675.patch";
57 sha256 = "5uvHTPzQloEq8SVt3EnZ+8mziBdXsDmu/e92/RtyFzE=";
75 evolution-data-server-gtk4
88 updateScript = gnome.updateScript {
90 versionPolicy = "none"; # it is quite odd
95 description = "Small GTK application to allow to keep a diary of your life";
96 mainProgram = "almanah";
97 homepage = "https://gitlab.gnome.org/GNOME/almanah";
98 license = licenses.gpl3Plus;
99 platforms = platforms.unix;
100 maintainers = teams.gnome.members;