17 stdenv.mkDerivation (finalAttrs: {
21 src = fetchFromGitHub {
24 rev = finalAttrs.version;
25 hash = "sha256-uZAcZJLQH0MTI4NSJnZvzYPBFVXGBqAhsjVLAVP/ZwI=";
42 gst_all_1.gst-plugins-base
43 gst_all_1.gst-plugins-good
47 mesonFlags = [ (lib.mesonBool "use_submodule" false) ];
50 description = "Audio recorder focused on being concise and simple to use";
51 homepage = "https://github.com/ryonakano/reco";
52 license = lib.licenses.gpl3Plus;
53 mainProgram = "com.github.ryonakano.reco";
54 maintainers = with lib.maintainers; [ aleksana ];
55 platforms = lib.platforms.unix;