16 , gobject-introspection
28 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
35 hash = "sha256-1XbgsdIcnlXJtNEzDgEfHVJHF9naz3HplCPc2cKFUWw=";
62 ] ++ (with gst_all_1; [
66 (gst-plugins-good.override { gtkSupport = true; })
71 updateScript = nix-update-script { };
75 description = "Browse the Fediverse";
76 homepage = "https://tuba.geopjr.dev/";
77 mainProgram = "dev.geopjr.Tuba";
78 license = licenses.gpl3Only;
79 changelog = "https://github.com/GeopJr/Tuba/releases/tag/v${version}";
80 maintainers = with maintainers; [ chuangzhu aleksana ];