23 stdenv.mkDerivation rec {
27 src = fetchFromGitLab {
28 domain = "gitlab.gnome.org";
32 hash = "sha256-ohUwxwhPxZlKoP5Nq/daD9z5Nj37C7MnFzyvQKp7R8E=";
35 cargoDeps = rustPlatform.fetchCargoTarball {
37 name = "${pname}-${version}";
38 hash = "sha256-eDwMBxMmj246tplZfREJkViCDbKmuWSUZyM+tChNQDA=";
42 patchShebangs build-aux
55 rustPlatform.cargoSetupHook
65 gst_all_1.gst-plugins-base
66 gst_all_1.gst-plugins-bad
70 homepage = "https://gitlab.gnome.org/World/Solanum";
71 description = "A pomodoro timer for the GNOME desktop";
72 maintainers = with maintainers; [ linsui ];
73 license = licenses.gpl3Plus;
74 platforms = platforms.linux;