23 stdenv.mkDerivation rec {
27 src = fetchFromGitHub {
31 sha256 = "1wi9f23zgvsa98xcxgghm53jlafnr3pan1zl4gkn0yd8b2d6avhk";
50 gst_all_1.gst-plugins-bad
51 gst_all_1.gst-plugins-base
52 gst_all_1.gst-plugins-good
53 gst_all_1.gst-plugins-ugly
62 patchShebangs libparlatype/tests/data/generate_config_data
68 description = "GNOME audio player for transcription";
69 mainProgram = "parlatype";
71 Parlatype is a minimal audio player for manual speech transcription,
72 written for the GNOME desktop environment. It plays audio sources to
73 transcribe them in your favourite text application. It’s intended to be
74 useful for journalists, students, scientists and whoever needs to
75 transcribe audio files.
77 homepage = "https://www.parlatype.xyz/";
78 license = licenses.gpl3Plus;
79 maintainers = with maintainers; [
83 platforms = platforms.linux;