20 python3Packages.buildPythonApplication rec {
25 src = fetchFromGitLab {
26 domain = "gitlab.gnome.org";
30 rev = "refs/tags/${version}";
31 hash = "sha256-Bnz+LFyvwSjkrbePmoVZZqy2pNLqiyJTsZsSuUyDy+E=";
40 glib # For `glib-compile-schemas`
42 gtk4 # For `gtk-update-icon-cache`
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-rs
54 gst_all_1.gst-plugins-ugly
59 dependencies = with python3Packages; [ pygobject3 ];
62 makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
64 pythonImportsCheck = [ "showtime" ];
67 updateScript = nix-update-script { };
71 description = "Watch without distraction";
72 homepage = "https://apps.gnome.org/Showtime";
73 license = lib.licenses.gpl3Plus;
74 maintainers = with lib.maintainers; [ getchoo ];
75 mainProgram = "showtime";