22 stdenv.mkDerivation rec {
23 pname = "gnome-sound-recorder";
27 url = "mirror://gnome/sources/gnome-sound-recorder/${lib.versions.major version}/gnome-sound-recorder-${version}.tar.xz";
28 hash = "sha256-bbbbmjsbUv0KtU+aW/Tymctx5SoTrF/fw+dOtGmFpOY=";
54 gst-plugins-bad # for gstreamer-player-1.0
58 chmod +x build-aux/meson_post_install.py
59 substituteInPlace build-aux/meson_post_install.py \
60 --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
61 patchShebangs build-aux/meson_post_install.py
65 updateScript = gnome.updateScript { packageName = "gnome-sound-recorder"; };
69 description = "Simple and modern sound recorder";
70 mainProgram = "gnome-sound-recorder";
71 homepage = "https://gitlab.gnome.org/World/vocalis";
72 changelog = "https://gitlab.gnome.org/World/vocalis/-/blob/${version}/NEWS?ref_type=tags";
73 license = licenses.gpl2Plus;
74 maintainers = teams.gnome.members;
75 platforms = platforms.linux;