16 gsettings-desktop-schemas,
27 stdenv.mkDerivation (finalAttrs: {
28 pname = "gnome-clocks";
32 url = "mirror://gnome/sources/gnome-clocks/${lib.versions.major finalAttrs.version}/gnome-clocks-${finalAttrs.version}.tar.xz";
33 hash = "sha256-QovfS9F+Jt5s7wFM16fuvYkUPD8nMrJLfaaYErqlITE=";
52 gsettings-desktop-schemas
61 # GStreamer plugins needed for Alarms
70 updateScript = gnome.updateScript { packageName = "gnome-clocks"; };
74 homepage = "https://apps.gnome.org/Clocks/";
75 description = "A simple and elegant clock application for GNOME";
77 A simple and elegant clock application. It includes world clocks, alarms,
78 a stopwatch, and timers.
80 - Show the time in different cities around the world
81 - Set alarms to wake you up
82 - Measure elapsed time with an accurate stopwatch
83 - Set timers to properly cook your food
85 mainProgram = "gnome-clocks";
86 maintainers = lib.teams.gnome.members;
87 license = lib.licenses.gpl2Plus;
88 platforms = lib.platforms.unix;