16 , gobject-introspection
28 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
35 hash = "sha256-AdUXKiTMC/0R4RI9I9Y/x0mNwhtUEIBke4Mm9lu9CX8=";
62 ] ++ (with gst_all_1; [
66 (gst-plugins-good.override { gtkSupport = true; })
70 env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=int-conversion";
73 updateScript = nix-update-script { };
77 description = "Browse the Fediverse";
78 homepage = "https://tuba.geopjr.dev/";
79 mainProgram = "dev.geopjr.Tuba";
80 license = licenses.gpl3Only;
81 changelog = "https://github.com/GeopJr/Tuba/releases/tag/v${version}";
82 maintainers = with maintainers; [ chuangzhu aleksana ];