17 stdenv.mkDerivation rec {
21 src = fetchFromGitLab {
24 domain = "gitlab.gnome.org";
26 hash = "sha256-13hvpYlMDfB6Y0yH2MaowuylKUk1AGv6R7j4E156YpI=";
39 gst_all_1.gst-plugins-base
40 gst_all_1.gst-plugins-good
41 gst_all_1.gst-plugins-bad
49 homepage = "https://gitlab.gnome.org/guidog/livi";
50 changelog = "https://gitlab.gnome.org/guidog/livi/-/blob/v${version}/NEWS?ref_type=tags";
51 description = "Small video player targeting mobile devices (also named μPlayer)";
52 license = licenses.gpl3Plus;
53 platforms = platforms.linux;
55 maintainers = with maintainers; [ mksafavi ];