11 stdenv.mkDerivation rec {
15 src = fetchFromGitLab {
16 domain = "gitlab.gnome.org";
20 hash = "sha256-fjtdM2/LMZx0dFt78Ih4BG5+NZoocPknh5INA+2e5qk=";
35 description = "Free software metronome and tempo measurement tool";
36 homepage = "https://gitlab.gnome.org/dqpb/gmetronome";
37 changelog = "https://gitlab.gnome.org/dqpb/gmetronome/-/blob/${src.rev}/NEWS";
38 license = licenses.gpl3Plus;
39 platforms = platforms.unix;
40 maintainers = with maintainers; [ aleksana ];
41 mainProgram = "gmetronome";
42 broken = stdenv.hostPlatform.isDarwin;