22 stdenv.mkDerivation rec {
26 src = fetchFromGitLab {
27 domain = "gitlab.gnome.org";
31 hash = "sha256-Xf/b/9o6zHF1hjHSyAXb90ySoBj+DMMe31e6RfF8C4Y=";
34 cargoDeps = rustPlatform.fetchCargoTarball {
36 name = "${pname}-${version}";
37 hash = "sha256-POvKpwzi+bkEkfSDhi/vjs/ey+A2vNN5ta4Q7Ma/RBQ=";
41 patchShebangs build-aux
54 rustPlatform.cargoSetupHook
64 gst_all_1.gst-plugins-base
65 gst_all_1.gst-plugins-bad
69 homepage = "https://gitlab.gnome.org/World/Solanum";
70 description = "Pomodoro timer for the GNOME desktop";
71 maintainers = with maintainers; [ linsui ];
72 license = licenses.gpl3Plus;
73 platforms = platforms.linux;
74 mainProgram = "solanum";