8 , gobject-introspection
16 version = "unstable-2023-05-11";
18 src = fetchFromGitLab {
19 domain = "gitlab.gnome.org";
20 owner = "raggesilver";
22 # the same used on flatpak
23 rev = "f240b2ec7d5cdacb8fdcc553703420dc5101ffdb";
24 sha256 = "sha256-obtz7zOyEZPgi/NNjtLr6aFm/1UVTzjTdJpN3JQfpUs=";
32 gtk3 # For gtk-update-icon-cache
33 desktop-file-utils # For update-desktop-database
34 gobject-introspection # For g-ir-compiler
36 buildInputs = [ gtk4 ];
39 description = "Raggesilver's GTK library";
40 homepage = "https://gitlab.gnome.org/raggesilver/marble";
41 license = licenses.gpl3Plus;
42 maintainers = with maintainers; [ chuangzhu ];
43 platforms = platforms.linux;