6 , gobject-introspection
16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitLab {
21 domain = "gitlab.gnome.org";
24 rev = "v${finalAttrs.version}";
25 hash = "sha256-AZoMAbQ3foW2jx+mBam925a8ykMtGvaiVg9N8/Ggny0=";
41 ] ++ (with gst_all_1; [
48 passthru.updateScript = gitUpdater {
53 description = "Beautiful, fast, fluent, light weight music player written in GTK4";
54 mainProgram = "g4music";
55 homepage = "https://gitlab.gnome.org/neithern/g4music";
56 license = licenses.gpl3Only;
57 maintainers = with maintainers; [ aleksana ];
58 platforms = platforms.linux;